Subject | Re: [firebird-support] Optimization - Select Query |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2009-05-05T17:28:21Z |
> The problem is that after some time it requires the 8~10 seconds again. It seems that after some time the optimization table (or whatever is) is deleted.It is not "optimization table" but "data cache". To make you query to
be always fast you must analyse it's plan and, perhaps, change the query
or data structure. May be add needed index or remove unneeded one.
SY, SD.