Skip to main content

Module id_allocator

Module id_allocator 

Source
Expand description

ID allocation for vertices and edges using pure auto-increment counters.

VIDs and EIDs are simple auto-incrementing u64 values. Unlike the previous design, they no longer embed label/type information - that’s now handled by the VidLabelsIndex and edge tables.

Structs§

IdAllocator
Allocates globally unique VIDs and EIDs using auto-increment counters.