Keep Learning

Tagged in: mysql

MYSQL Best Practises

Last updated: August 17, 2024 by Atakan Demircioğlu

MYSQL is one of the most popular open-source relational database management systems. It has worldwide popularity because provides fast performance and high reliability. In this article, I will try to…

Introduction to Serverless DB PlanetScale

Last updated: August 17, 2024 by Atakan Demircioğlu

· What is Serverless Database? · What are the Key Elements of a Serverless Database? · What provides PlanetScale Serverless Database? ∘ Some pros of PlanetScale ∘ Some cons of PlanetScale A…

Twitter snowflake approach is cool

Last updated: August 17, 2024 by Atakan Demircioğlu

I was researching a solution to generate unique IDs and I liked the Twitter snowflake approach. These are my notes about this approach. It is a solution to generate unique IDs in distributed systems…

Best Practices for Naming SQL Indexes

Last updated: August 30, 2024 by Atakan Demircioğlu

Learn how to effectively name SQL indexes with our best practices guide. Discover key naming conventions, including the use of prefixes, table and column names, and guidelines for unique and composite indexes. Enhance clarity and maintainability in your database with consistent, descriptive naming strategies.