A Deep Dive into the World of Databases: Finding the Perfect Fit for Your Project

David Garcia
6 min readJun 26, 2023

--

How to choose the right database for your project (Amazon AWS compatible)

In the vast landscape of software development, choosing the right tools is crucial for building efficient and robust systems. One such critical tool is the database that stores, organizes, and retrieves the data on which your applications rely.

Some time ago, I found a YouTube video that exposed a similar diagram to the one I added to the header of this article, but I can’t find that video anymore. If anyone knows about that video, please share it in the comments. Thanks.

Selecting an appropriate database system is an often underestimated yet incredibly impactful decision. Here’s why:

Importance of Choosing the Right Database

There’s no one-size-fits-all solution in database selection. Your project’s specific needs will dictate your choice, which will, in turn, significantly impact its overall performance, scalability, and stability.

It is even recommended to use different databases to split the stored data, as it will allow you to take advantage of the best benefits of each one.

The right database can reduce system latency, enhance user experience, improve data consistency, and even save costs by optimizing storage and computing resources. Conversely, an incorrect choice may lead to inefficiencies, performance bottlenecks, and increased development time and cost.

Let’s now delve into some popular databases and discuss their benefits, helping you navigate your way through this pivotal decision-making process.

Displaimer: I have written this article “as is” based on my experience using the following database engines, either in the local environment (through Docker), provided by system administrators or through production Amazon Web Services instances. Please always consider your project and business needs!

MySQL

MySQL logo

MySQL is a popular open-source relational database management system (RDBMS). Its popularity stems from its ease of use, strong ACID (Atomicity, Consistency, Isolation, Durability) compliance, and robust feature set. MySQL supports many concurrent connections, making it ideal for handling a high volume of data requests. This database is well-suited for web-based applications, data warehousing, and logging applications.

MariaDB

MariaDB logo

Developed by the original authors of MySQL, MariaDB is a community-developed fork of MySQL designed to remain free under the GNU GPL. MariaDB is compatible with MySQL and offers more robust and expansive features. It provides a high scalability level, making it ideal for businesses that expect their data needs to grow.

PostgreSQL (Postgres)

PostgreSQL (Postgres) logo

PostgreSQL (Postgres) is an advanced, open-source relational database system that supports SQL (relational) and JSON (non-relational) querying. Postgres is well-regarded for its performance, robustness, transactional integrity, and versatility. It offers a sophisticated locking mechanism and supports functions, stored procedures, and triggers, making it perfect for complex applications requiring complicated queries and data manipulation.

Elasticsearch

Elasticsearch logo

Elasticsearch is a highly scalable open-source full-text search and analytics engine. It enables you to store, search, and analyze significant volumes of data quickly and in near real-time. This makes it ideal for log or event data analysis, full-text search, and applications with complex search features and requirements.

OpenSearch

OpenSearch logo

OpenSearch is a community-driven, open-source search and analytics suite derived from Elasticsearch 7.10.2. It’s a distributed, multi-tenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents. OpenSearch is an excellent choice for developers seeking an open-source product for their search needs, mainly if they are concerned about licensing changes in Elasticsearch.

Amazon AWS Aurora

Amazon AWS Aurora logo

Amazon Aurora is a MySQL and PostgreSQL-compatible relational database built for the cloud. It combines traditional enterprise databases’ performance and availability with open-source databases’ simplicity and cost-effectiveness. Aurora is up to five times faster than standard MySQL databases and three times faster than standard PostgreSQL databases. It’s ideal for applications that need a database with high transaction rates and require the scalability offered by commercial databases at a fraction of the cost.

Aurora Serverless is an on-demand, auto-scaling version of Amazon Aurora. This makes it ideal for applications with unpredictable or variable workloads. Aurora Serverless automatically starts, scales, and shuts down based on application workload, making it a cost-effective solution for applications with infrequent, intermittent, or unpredictable workloads.

MongoDB

MongoDB logo

MongoDB is a source-available cross-platform document-oriented database program. It uses JSON-like documents with optional schemas and falls under the category of NoSQL databases. MongoDB is perfect for projects that need to store unstructured data, deal with a massive volume of data, and require the flexibility to change the structure of the records (schemas) over time.

Amazon AWS DynamoDB

Amazon AWS DynamoDB logo

Amazon DynamoDB is a fully managed proprietary NoSQL database service offered in the Amazon Web Services portfolio. It provides quick performance with millisecond latency and is designed to support applications with high request rates without compromising consistency and scalability. DynamoDB is ideal for serverless applications requiring high throughput, low-latency data access.

Redis

Redis (Remote Dictionary Server) logo

Redis (Remote Dictionary Server) is an open-source in-memory data structure project implementing a distributed, in-memory key-value database with optional durability. Redis supports a variety of data structures and can be used as a database, cache, and message broker. Its in-memory nature provides exceptional speed, making it an excellent choice for caching, session management, and real-time analytics.

Memcached

Memcached logo

Memcached is a high-performance, distributed memory object caching system that optimises dynamic web applications by alleviating database load. Like Redis, it’s an in-memory key-value store but lacks persistence and data structure support. It’s simple, efficient, and ideal for handling simple key-value data, particularly for read-heavy workloads and simple caching scenarios.

Software Development — Open Source, Linux, Cloud, AI/ML/DL @ LinkedIn

I have recently found this LinkedIn Post where there is another database diagram to help you choose the right database for your project. I am not going to claim ownership of it (that’s why I am adding the link here), but I believe it’s another nice way to find out what might be the best database for your project:

Şenol Çolak — Software Development — Open Source, Linux, Cloud, AI/ML/DL @ LinkedIn

Conclusion

Conclusion logo

Choosing the proper database for your project ensures efficient data management, better performance, reduced development complexity, and improved overall user experience.

Take your time to consider the pros and cons of each, and remember: the correct tool will often depend on your application’s specific use case and requirements.

Please clap and follow!

👏 Enjoyed this article? Please give it a round of applause by clicking the 👏 button below. Your support means the world to me!

📚 Want to stay updated with my latest posts? Hit the “Follow” button to join my community and never miss out.

Thank you for reading and engaging! Your feedback and support inspire me to share more valuable insights with you. 🙌

--

--

David Garcia

Senior Software Engineer, Backend, NodeJS & Symfony developer, workaholic, passionate for new technologies and OSS contributor. https://linktr.ee/davidgarciacat