An open API service indexing awesome lists of open source software.

https://github.com/binaryk/benchmark-ulid-id

Compare ulid vs id as primary key in Laravel.
https://github.com/binaryk/benchmark-ulid-id

Last synced: about 1 month ago
JSON representation

Compare ulid vs id as primary key in Laravel.

Awesome Lists containing this project

README

          

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](/public/Benchmark.png)