Subject | Re: [firebird-support] Additional resources needed. |
---|---|
Author | Helen Borrie |
Post date | 2003-12-16T23:15:36Z |
At 05:26 PM 16/12/2003 +0000, you wrote:
collation, the limit is 253 bytes. If you can't reach past 240, then it
will be one of "the index is compound" or "collate sequence is non-binary"
- both eat up some bytes from the limit.
Don't be surprised that what works with desktop databases doesn't work "out
of the box" with client/server. Different architectures, different UI
designs...
/heLen
>Hi there, I'm seeing very poor perfpormance with Incremental SearchOff-topic - this is an IB Objects question, which you have cross-posted.
>using:
>
>TwwIncremtnSearch --> TwwDataSource --> TIboTable --> IB_Connection
>
>it works fine with dbISAM (TwwIncremtnSearch --> TwwDataSource -->
>TdbISAMTable --> TdbISAMDatabase) and Advantage Database Server
>TwwIncrementalSearch --> TwwDataSource --> TAdsTable --> TAdsDatabase
>On a related note, I need to index on fields larger then 240 chars.If you are using a 1-byte character set with its default (binary)
>How can I do this with firebird?
collation, the limit is 253 bytes. If you can't reach past 240, then it
will be one of "the index is compound" or "collate sequence is non-binary"
- both eat up some bytes from the limit.
>Please point me to sites or news groups where I'm likey to find moreibobjects list is the right place for IBO questions.
>information on theses subjects.
Don't be surprised that what works with desktop databases doesn't work "out
of the box" with client/server. Different architectures, different UI
designs...
/heLen