"Joshua D. Drake" <jd(at)commandprompt(dot)com> writes:
> Ron Johnson wrote:
>> Argh!!! The RDBMS that I typically use defaults to SERIALIZABLE.
> SERIALIZABLE is really slow :).
Say what? If anything it's probably faster than READ COMMITTED, because
it doesn't take as many snapshots. But the difference is likely down in
the noise anyway.
regards, tom lane