Subject | Re: The Wolf on Firebird 3 |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-11-16T19:26:05Z |
> Honestly, in my own very personal opinion, assuming no kind ofSorry, but the issue is not how much space it will take on the disk,
> compression (so considering a worst-case scenario only), the whole
> things comes down to this : do we accept the risk of multiplying the
> storage requirements of strings inside a DB by 2x, 3x, 4x times
> (extreme cases) ? I do. That may be just me. No matter. I'm just
> exposing my views. What will advent then is out of my control anyway
> (and that's certainly good that way :) ).
but how many pages will be fetched from the disk and how many packets
will be send over the wire. The space does not relly matter, the
performance does.
> If the thing named UNICODE_FSS is correctly implemented (which maybeMaybe Adriano can give us more information? Should that be UTF-8 for
> it is, but let me doubt based on issues encountered trying to use it
> - okay last year and not on fb2), yes it would be some indicator.
example? Or maybe he can make a new charset similar to WIN1251 that
takes exactly 2 bytes per char (as in UTF-8 case)?
> NotThat's what I'm afraid too. But if the whole engine is utf8-ized, then
> an exact one of course, because such a utf8-ization of the internals
> and storage would certainly receive a great deal of attention to
> architecture and implementation details. (I have fear that the
> current UNICODE_FSS implementation uses 3 bytes for each char,
> needed or not. Also when defining columns, the length you have to
> give is a kind of byte count, so you have to declare your size * 3,
> if I remember well. That is obviously not how it should work. That's
> why I fear the comparison would be probably unfair based on FB1 or
> FB2. But again that may be an indicator. )
there is no return back - it will cause many changes to the engine
internals that most likely will not be possible to rollback (even if
we ignore all the efforts were put into it). So, for now we have only
Jim words that everything going to be fine...
Roman