Tony Caduto <[EMAIL PROTECTED]> writes:
> Tom,
> This is what the firebird guy said:

>>> Serializable is stricter and somehwat unusable in a multi-user, loaded
>>> database, because only one transaction can run at any time.

He's already demonstrated that he has no clue what he's talking about,
so I think you can discount the rest ;-)

Serializability means that the database has to *give the illusion* of
one-at-a-time execution, not that it must actually do things that way.
Certainly we don't do things that way.  See the extensive discussion in
the MVCC chapter of our docs.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to