As a general answer, you should use a connection pool if possible and ensure that's shut down
>>Also, my db server (firebird 1.5) uses additional memory each time an update statement is executed.
If you're adding to a batch, a buffer would have to be increased in size. If you don't want that to happen, you'd have to apply each update immediately probably, but then performance would take a hit
Main Topics
Browse All Topics





by: CEHJPosted on 2005-08-08 at 09:40:26ID: 14624902
Remind us (me) - is Firebird an in-memory db or is it Client/Server, the server running as a daemon independently of your app?