Subject | Re: How to get a good performance |
---|---|
Author | donoteatcarrot |
Post date | 2005-11-22T07:59:32Z |
Thanks for your reply.
They are same databases in MSSQL and firebird,
with same tables, same indices, same data.
but MSSQL uses memory as 10 times as Firebird uses.
> Try to add DESC index on field_A: in FB indices are uni-directional.I think What is strainge is that,
> If field_A has a poor selectivity, add compound DESC index on
> (field_A, primary_key) instead of adding DESC index on field_A.
They are same databases in MSSQL and firebird,
with same tables, same indices, same data.
but MSSQL uses memory as 10 times as Firebird uses.