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: 364
        
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