Hi/Lo algorithm
Appearance
Hi/Lo is a algorithm used for generating unique keys for use in a database. It uses a sequence-based hi-lo pattern to generate values.
Support
Supported by Entity Framework Core with Microsoft SQL Server using the the UseHiLo
method.[1]
Supported by Hibernate and NHibernate.
Supported by RavenDB.[3]
See also
References
- ^ "SqlServerPropertyBuilderExtensions.UseHiLo Method (Microsoft.EntityFrameworkCore)". docs.microsoft.com.
- ^ "Doctrine\ORM\Sequencing\TableGenerator | API". www.doctrine-project.org.
- ^ "HiLo Algorithm | RavenDB 4.1 Documentation". ravendb.net.