Are you using Guid/UUID Columns as Primary Key in your database? You can do better…!

Introduction In the quest for optimal database performance, one crucial aspect often overlooked is the role of indexing and how it impacts the storage and retrieval of data. While Guid (Globally Unique Identifier) or UUID (Universally Unique Identifier) columns are commonly used as index keys, their drawbacks can significantly affect performance. In this blog post, …

Continue reading Are you using Guid/UUID Columns as Primary Key in your database? You can do better…!

AWS RDS 101 – Amazon Relational Database Service

What is a Relational Database (RDBMS)? A relational database is a type of database that stores and provides access to data points that are related to one another. Relational databases are based on the relational model, an intuitive, straightforward way of representing data in tables. In a relational database, each row in the table is a record …

Continue reading AWS RDS 101 – Amazon Relational Database Service