Subject | RE: [firebird-support] RE: Stored Proc optimisation advice |
---|---|
Author | Maya Opperman |
Post date | 2012-09-14T08:51:39Z |
>> Attributes force write, no reserveThanks Thomas!
>Having "no reserve" isn't a good option for a regular read/write production database, because this basically prevents having back record versions on the same page as the primary record version, thus additional page reads are necessary.
Is this by any chance related to the USE_ALL_SPACE option you have when restoring a database?
Or is GFIX the only way of updating it?