Database Performance: MySQL vs MongoDB

Featured

In the realm of database management systems, performance is key. Two popular systems are MySQL, a traditional relational database, and MongoDB, a NoSQL document-based database. To gauge their efficiency, we orchestrated a benchmarking test on Amazon Web Services (AWS), utilizing MySQL on the Relational Database Service (RDS) and MongoDB on DocumentDB. The goal was to … Continue reading Database Performance: MySQL vs MongoDB

Best Practices for Creating Indexes in MySQL

MySQL is one of the most used databases in the current world. There has been a lot of research and thought gone into making the indexes in MySQL + InnoDB performant keeping the space complexity of these indexes in the same ballpark. In the context of this blog post, we will be going through the … Continue reading Best Practices for Creating Indexes in MySQL