Subject | Re: [firebird-support] Who's using some GUID (Global Unique IDentifiers) in FB? |
---|---|
Author | Ann W. Harrison |
Post date | 2004-04-09T18:10:33Z |
At 01:34 PM 4/9/2004, Brad Pepers wrote:
the front and the most volatile at the end. Firebird uses prefix
compression in its indexes and the saving in space on the index pages
absolutely will improve performance on all but the most trivial data sets.
Ann
> >> Wouldn't it make sense to convert the GUID to/from base64 ...As you are transforming your GUID, try to keep the least volatile bytes at
>I suppose so though base64 isn't anything odd or binary. You can easily
>represent it with the characters A-Z, a-z, 0-9, and two other normal
>characters so it is just regular text. ...
>Seems to me to be a simple change that uses less space, might make selects
>faster when you have tons of records, and doesn't lose you anything in human
>readability!
the front and the most volatile at the end. Firebird uses prefix
compression in its indexes and the saving in space on the index pages
absolutely will improve performance on all but the most trivial data sets.
Ann