Subject | RE: [firebird-support] Re: Stored Procedures, Isolation Levels, a nd Transactions |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2004-04-21T05:25:22Z |
On 20 Apr 2004 at 13:34, Epstein, Ed wrote:
some things.
1. Minimize number of non-unique indices on the table (or deactivate
them before processing);
2. _Do not_ update the same row twice;
3. Upgrade to FB1.5.
SY, Dimitry Sibiryakov.
>Just out of curiosity, if not FB, what DB can handle tens of millions ofProbably, FB can handle updates in big table, but you have to do
>records with millions of updates per transaction? Or is it just a matter of
>resources available to FB, like 16 GIGS of memory and faster processors.
some things.
1. Minimize number of non-unique indices on the table (or deactivate
them before processing);
2. _Do not_ update the same row twice;
3. Upgrade to FB1.5.
SY, Dimitry Sibiryakov.