Re: [PLOB] Re: Upcoming release 2.11
Brought to you by:
hkirschk
From: Edi W. <ed...@ag...> - 2005-04-06 09:19:39
|
On Wed, 06 Apr 2005 10:31:09 +0200, Klaus Harbo <kl...@ha...> wrote: > I haven't looked much at PLOB! source, but perhaps an SQLite backend > is a possibility? I've played a bit with SQLite recently and while it's easily deployed (only one DLL and one database file) it seems to have serious performance problems under certain circumstances. For example, if you have hundreds of database updates and wrap them all into one transaction then it's quite fast. If, however, each update has its own transaction it crawls. I'd investigate these things before using it in earnest. Cheers, Edi. |