Most efficient data type for UUID in database besides a native UUID.

Posted by fung on Stack Overflow See other posts from Stack Overflow or by fung
Published on 2008-10-21T03:48:11Z Indexed on 2010/04/26 5:43 UTC
Read the original article Hit count: 281

Filed under:
|
|
|
|

What would be the most efficient data type to store a UUID/GUID in databases that do not have a native UUID/GUID data type? 2 BIGINTs?

And what would be the most efficient code (C# preferred) to convert to and from a GUID to that type?

Thanks.

© Stack Overflow or respective owner

Related posts about uuid

Related posts about database-design