Blog

Thoughts from my daily grind
Posted by Ziyan Junaideen 19 August 2023
UUID v7 overcomes the limitations of v4 by including an 48 bit epoch timestamp along side random data. Here we discuss how you can enable UUID v7 on PostgreSQL and use it on a Ruby on Rails project.
Posted by Ziyan Junaideen 05 February 2020
Want to delete all records from a PostgreSQL table? You have two options, the commands DELETE and the TRUNCATE will both help. But whats is more efficient?