dotnet / efcore

EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
https://docs.microsoft.com/ef/
MIT License
13.77k stars 3.18k forks source link

ATS: Implement integer value generators #961

Closed AndriySvyryd closed 2 years ago

AndriySvyryd commented 10 years ago

Consider using Guid.NewGuid().GetHashCode(), possibly with some collision avoidance mechanism. Also consider the perf impact of using sequential vs non-sequential ids.

anpete commented 10 years ago

Could use KeyTable (HiLo).

AndriySvyryd commented 8 years ago

ATS not supported for now