Subject | Re: [firebird-support] firebird allocates suddenly a lot of memory and causes XP to swap |
---|---|
Author | Pavel Menshchikov |
Post date | 2006-03-09T17:05:10Z |
Hello,
m> I allready tried to do a select on that record every 100 updates, but
m> this didn't help.
Try to select count(*)... - that'll visit each version of each record
and collect the garbage if needed.
--
Best regards,
Pavel Menshchikov
http://www.ls-software.com
m> I allready tried to do a select on that record every 100 updates, but
m> this didn't help.
Try to select count(*)... - that'll visit each version of each record
and collect the garbage if needed.
--
Best regards,
Pavel Menshchikov
http://www.ls-software.com