J
Jeffry van de Vuurst
Hi,
I'm working with Guids as the primary key of some of my tables. In my code,
I'm working with those Guids. Now I was wondering what is the best way to
work with Guids (in terms of performance, memory usage, etc)? Should I use
the datatype Guid or should I convert them to strings and then just work
with the string representation?
The majority of the processing I do with these Guids is comparing a Guid
with another Guid. Right now, I use the Guid datatype and I pass Guids as
parameters to functions, but maybe it's better to use strings.
Any ideas?
Thanks,
Jeffry
I'm working with Guids as the primary key of some of my tables. In my code,
I'm working with those Guids. Now I was wondering what is the best way to
work with Guids (in terms of performance, memory usage, etc)? Should I use
the datatype Guid or should I convert them to strings and then just work
with the string representation?
The majority of the processing I do with these Guids is comparing a Guid
with another Guid. Right now, I use the Guid datatype and I pass Guids as
parameters to functions, but maybe it's better to use strings.
Any ideas?
Thanks,
Jeffry