On Thu, 26 Aug 1999, Hamid Khoshnevis wrote:
> My application requires very fast update/insert- where I am told mySQL
> shines. Can I turn off commit/rollback in Postgres so as to dramatically
> speed up insert/updates. I understand and accept the cost of dropping some
> insert/updates.
Personally, I'd set it all up and give it a whirl first. Often I've found
that these things work better than I expected and don't need to be fiddled
with to get expected speeds.
-Michael