Subject | Re: [IBO] (unknown) |
---|---|
Author | rjschappe |
Post date | 2004-03-28T05:46:11Z |
Thanks for the responses Helen!
to place the most static elements first, to take advantage of the
previx compression
_never_ be used to hold international chars, is there a benefit to
changing the database's overall default charset to OCTETS? - or am I
missing something here?
Thanks again... I sure am looking forward to moving forward to FB+IBO
and leaving BDE+ODBC+MSSQLServer!!!!
--Raymond
> You can't really calculate it that way, because the indexesAnn beat this into my head... and we changed our key creation routine
> are compressed bitmaps: searches will "glide over" matching
> sequences. It's an issue when keys are larger but a 20-byte
> key wouldn't cause a significant difference.
to place the most static elements first, to take advantage of the
previx compression
> If you are going to use GUIDs (and plenty do: it's a goodA probably short sighted question here, but if this database will
> solution when replication is involved) then use character
> set OCTETS so that you never need to bump into
> transliteration problems with keys.
_never_ be used to hold international chars, is there a benefit to
changing the database's overall default charset to OCTETS? - or am I
missing something here?
Thanks again... I sure am looking forward to moving forward to FB+IBO
and leaving BDE+ODBC+MSSQLServer!!!!
--Raymond