Closed AndriySvyryd closed 2 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.
Could use KeyTable (HiLo).
ATS not supported for now
Consider using Guid.NewGuid().GetHashCode(), possibly with some collision avoidance mechanism. Also consider the perf impact of using sequential vs non-sequential ids.