How can we improve Windows Azure Data Management: SQL Database?

Support for newsequentialid()

To avoid fragmentation for clustered indexes, the newsequentialid() function should be suported for uniqueidentifier primary key columns as a default value.

65 votes
Vote
Sign in
Check!
(thinking…)
Reset
or sign in with
  • facebook
  • google
    Password icon
    I agree to the terms of service
    Signed in as (Sign out)
    You have left! (?) (thinking…)
    alexandrusalexandrus shared this idea  ·   ·  Flag idea as inappropriate…  ·  Admin →

    1 comment

    Sign in
    Check!
    (thinking…)
    Reset
    or sign in with
    • facebook
    • google
      Password icon
      I agree to the terms of service
      Signed in as (Sign out)
      Submitting...
      • Fernando CorreiaFernando Correia commented  ·   ·  Flag as inappropriate

        It doesn't have to be perfectly identical to the SQL Server implementation. For instance, it could be implemented as the popular "COMB GUID" strategy, combining the current date/time with a random number. The important thing is that it is roughly sequential instead of all over the place like full random GUIDs.

      Feedback and Knowledge Base