i
Saving precious bytes by storing ULID strings as binary with Drizzle

I’ve been working on a project with Leah Lundqvist for a few months now, and she wrote an article about one of the technical optimizations we made. We opted to create identifiers using the ULID format, which has increased storage requirements when compared to a serial bigint column. With some neat tricks, you can significantly decrease the column storage size. If you’re using Drizzle, PlanetScale, and ULID identifiers check it out!