Subject | Re: Performance |
---|---|
Author | pokka_chi |
Post date | 2007-04-23T08:53:04Z |
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@...>
wrote:
after restarting my machine. I expected this to be instant as there is
only one record. It turned out to be around 5 minutes. When I did it
again the second time, it was instant.
performance is horrible with or without the custom plan. I don't
really want to use the custom plan.
PK
wrote:
> It depends, but not usually. It would use indexes if there wereI have just tried a single update UPDATE ... WHERE A=1 AND B=2 AND C=3
> useful ones available. However, an equality search on both fields of
> a two-field index key is nothing like the search that you
> described.
after restarting my machine. I expected this to be instant as there is
only one record. It turned out to be around 5 minutes. When I did it
again the second time, it was instant.
> However, your custom plan provided nothing useful for the search,ordering.
> only a forced (unnecessarily doubled) use of the PK index for
>Actually, what I was trying to say in my original post was that the
performance is horrible with or without the custom plan. I don't
really want to use the custom plan.
PK