Subject | Re: [firebird-support] Varchar Size of Field and Index Performance |
---|---|
Author | Anderson Farias |
Post date | 2008-05-21T15:04:01Z |
Hi Sasha,
returns a char(36) or char(22) -- "compressed guid" ??
Regards,
Anderson Farias
> but if you are going to use guids you should really consider defining aAny way to use this aproache (_char(16)_) with FB 1.5 since common UDfs
> domain as
> create domain guid char(16) character set octets;
> because that's what guids are, an array of 16 bytes. More over, Fb 2.1
> introduces
> new built in function gen_uuid which returns exactly that.
returns a char(36) or char(22) -- "compressed guid" ??
Regards,
Anderson Farias