Subject | Re: Firebird Usage Question |
---|---|
Author | bazarin |
Post date | 2004-05-06T15:35:41Z |
Elmar:
Thank you, and you are right. I will think in a way to explain better
our problem and provide a problem description according our real
application and not based on a test.
Regards,
Wagner
--- In firebird-support@yahoogroups.com, Elmar Haneke <elmar@h...>
wrote:
Thank you, and you are right. I will think in a way to explain better
our problem and provide a problem description according our real
application and not based on a test.
Regards,
Wagner
--- In firebird-support@yahoogroups.com, Elmar Haneke <elmar@h...>
wrote:
> > The SQL is very simple:to
> > 'select * from palavra where original like '%a' and ordenada not
> > like 'a%' and original=ordenada'
>
> The SQL is syntactically simple. But, tu get the result the DB has
> read all records in Table - no index can be used.you
>
> You should not tals about performance on such queries. You should
> consider what kind of queries is required for your application. If
> cannot find an performant solution you should post an problem
> description - perhaps someone on the list can help you.
>
> Elmar