Guid.Native
Description
Environment
None
Activity
Show:

OrenE May 16, 2009 at 1:46 PM
This is not the place for questions.
Use guid.comb
Not an Issue
Details
Details
Assignee
Unassigned
UnassignedReporter

Components
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created May 16, 2009 at 1:41 PM
Updated July 22, 2009 at 7:21 AM
Resolved May 16, 2009 at 1:46 PM
Who's Looking?
I see in post that core teamm add guid.native in generators.
In my tests see that implementantion native of sequence guid in MySql is the function "NewID()"
This generate this Guids:
933b93df-1589-4337-9d16-28bd9d49fb83
b33238f8-37bc-4cfb-81d8-addf7dbf0529
091c35a2-d815-4937-b8fa-70a841894130
a2ba6188-51db-4291-ab86-faa51ba47a81
13 bit is fixed in "NewID()" algorithm
One function more advanced in Sql Server is "NewSequentialID()"
Guids Examples generated in SQL Server 2005:
b4eef34b-5642-de11-8f01-0019d1a5065d
b6eef34b-5642-de11-8f01-0019d1a5065d
bdeef34b-5642-de11-8f01-0019d1a5065d
c3eef34b-5642-de11-8f01-0019d1a5065d
NewSequentialId() is better that NewId()
You can will add this generator?
PS: How I create my own generator?