Syed Jafer Kparottasalna.hashnode.dev·Jun 3, 2024Benchmarking UUID vs ULID for DB indexingIn DB, for unique identifiers we are using UUID (Universally Unique Identifier) and ULID (Universally Unique Lexicographically Sortable Identifier). TL;DR CODE:https://github.com/syedjaferk/benchmarking_uuid_vs_ulid There was no big difference betwe...Databaseuuid
Rui Freitasrodloboz.hashnode.dev·Mar 3, 2024Implementing ULIDs in Ruby on Rails with PostgreSQLOriginally posted in rodloboz.com Introduction In the evolving landscape of web and application development, the need for reliable, scalable, and efficient data identification mechanisms is more critical than ever. As applications grow and handle in...27 readsRails
Webhortizwebhortiz.hashnode.dev·Jan 22, 2024UUIDs / ULIDs in Laravel v10I remember when I first came across auto-incremented integer values as Primary Key in MySQL. It seem pretty cool then later came across UUIDs and then ULID. For starters, what are UUIDs and ULIDs? What is a UUID? UUID stands for Universally Unique Id...41 readsLaravel 10