Flutterby™! : more PostgreSQL nerdliness

Next unread comment / Catchup all unread comments User Account Info | Logout | XML/Pilot/etc versions | Long version (with comments) | Weblog archives | Site Map | | Browse Topics

more PostgreSQL nerdliness

2000-11-03 18:41:05+01 by Dan Lyke 0 comments

Holy Cats! I just discovered how expensive autocommit in PostgreSQL is. Updating data in 1,800 records from an XML file I'm seeing a full factor of 100 from autocommits versus putting all those updates in a single transaction. Youch. This explains a lot. Wonder if there's a good way to say "these updates aren't transaction critical, do them optimally" so that I don't end up choking memory on huge updates?

[ related topics: Interactive Drama Web development Content Management ]

comments in ascending chronological order (reverse):