Does anybody knows if CreateGUID (CoCreateGuid) will generate a RFC 4122, version 4(random plus sha1) compliant UUID ?  I can generate the UUID using the database server (Postgresql) but I need to do that thousands of times and I think that using the db would be expensive in this case, Thoughts?

Comments