/benchmark-ulid-id

Compare ulid vs id as primary key in Laravel.

Primary LanguagePHP

Laravel Logo

In this project I measured the performance of the foreign keys when using ulid vs int classic id in a Laravel project.

For various seeds, the ulid version take almost twice as long as the int version.

image