Choosing the right database is a critical choice when building any software application. All databases have different strengths and weaknesses when it comes to performance, so deciding which database has the most benefits and the most minor downsides for your specific use case and data model is an important decision. Below you will find an overview of the key concepts, architecture, features, use cases, and pricing models of AWS DynamoDB and MariaDB so you can quickly see how they compare against each other.

The primary purpose of this article is to compare how AWS DynamoDB and MariaDB perform for workloads involving time series data, not for all possible use cases. Time series data typically presents a unique challenge in terms of database performance. This is due to the high volume of data being written and the query patterns to access that data. This article doesn’t intend to make the case for which database is better; it simply provides an overview of each database so you can make an informed decision.

AWS DynamoDB vs MariaDB Breakdown


 
Database Model

Key-value and document store

Relational database

Architecture

DynamoDB is a fully managed, serverless NoSQL database provided by Amazon Web Services (AWS). It uses a single-digit millisecond latency for high-performance use cases and supports both key-value and document data models. Data is partitioned and replicated across multiple availability zones within an AWS region, and DynamoDB supports eventual or strong consistency for read operations

MariaDB can be deployed on-premises, in the cloud, or as a hybrid solution, and is compatible with various operating systems, including Linux, Windows, and macOS.

License

Closed source

GNU GPLv2

Use Cases

Serverless web applications, real-time bidding platforms, gaming leaderboards, IoT data management, high-velocity data processing

Web applications, transaction processing, e-commerce

Scalability

Automatically scales to handle large amounts of read and write throughput, supports on-demand capacity and auto-scaling, global tables for multi-region replication

Supports replication and sharding for horizontal scaling, as well as query optimization and caching for improved performance

AWS DynamoDB Overview

Amazon DynamoDB is a managed NoSQL database service provided by AWS. It was first introduced in 2012, and it was designed to provide low-latency, high-throughput performance. DynamoDB is built on the principles of the Dynamo paper, which was published by Amazon engineers in 2007, and it aims to offer a highly available, scalable, and distributed key-value store.

MariaDB Overview

MariaDB is an open-source relational database management system (RDBMS) that was created as a fork of MySQL in 2009 by the original developers of MySQL, led by Michael Widenius. The primary goal of MariaDB was to provide an open-source and community-driven alternative to MySQL, which was acquired by Oracle Corporation in 2008. MariaDB is compatible with MySQL and has enhanced features, better performance, and improved security. It is widely used by organizations worldwide and is supported by the MariaDB Foundation, which ensures its continued open-source development.


AWS DynamoDB for Time Series Data

DynamoDB can be used with time series data, although it may not be the most optimized solution compared to specialized time series databases. To store time series data in DynamoDB, you can use a composite primary key with a partition key for the entity identifier and a sort key for the timestamp. This allows you to efficiently query data for a specific entity and time range. However, DynamoDB’s main weakness when dealing with time series data is its lack of built-in support for data aggregation and downsampling, which are common requirements for time series analysis. You may need to perform these operations in your application or use additional services like AWS Lambda to process the data.

MariaDB for Time Series Data

While MariaDB is not specifically designed for time series data, it can be used to store, process, and analyze time series data due to its flexible and extensible architecture. SQL support, along with analytics optimized storage engines like ColumnStore make it suitable for handling time series data at smaller levels of data volume.


AWS DynamoDB Key Concepts

Some of the key terms and concepts specific to DynamoDB include:

  • Tables: In DynamoDB, data is stored in tables, which are containers for items. Each table has a primary key that uniquely identifies each item in the table.
  • Items: Items are individual records in a DynamoDB table, and they consist of one or more attributes.
  • Attributes: Attributes are key-value pairs that make up an item in a table. DynamoDB supports scalar, document, and set data types for attributes.
  • Primary Key: The primary key uniquely identifies each item in a table, and it can be either a single-attribute partition key or a composite partition-sort key.

MariaDB Key Concepts

  • Storage Engines: MariaDB supports multiple storage engines, each optimized for specific types of workloads or data storage requirements. Examples include InnoDB, MyISAM, Aria, and ColumnStore.
  • Galera Cluster: A synchronous, multi-master replication solution for MariaDB that allows for high availability, fault tolerance, and load balancing.
  • MaxScale: A database proxy for MariaDB that provides advanced features such as query routing, load balancing, and security.
  • Connectors: MariaDB provides a variety of connectors to allow applications to interact with the database using various programming languages and APIs.


AWS DynamoDB Architecture

DynamoDB is a NoSQL database that uses a key-value store and document data model. It is designed to provide high availability, durability, and scalability by automatically partitioning data across multiple servers and using replication to ensure fault tolerance. Some of the main components of DynamoDB include:

  • Partitioning: DynamoDB automatically partitions data based on the partition key, which ensures that data is evenly distributed across multiple storage nodes.
  • Replication: DynamoDB replicates data across multiple availability zones within an AWS region, providing high availability and durability.
  • Consistency: DynamoDB offers two consistency models: eventual consistency and strong consistency, allowing you to choose the appropriate level of consistency for your application.

MariaDB Architecture

MariaDB is a relational database that uses the SQL language for querying and data manipulation. Its architecture is based on a client-server model, with clients interacting with the server through various connectors and APIs. MariaDB supports multiple storage engines, allowing users to choose the most suitable engine for their specific use case. The database also offers replication and clustering options for high availability and load balancing.

Free Time-Series Database Guide

Get a comprehensive review of alternatives and critical requirements for selecting yours.

AWS DynamoDB Features

Auto scaling

DynamoDB can automatically scale its read and write capacity based on the workload, allowing you to maintain consistent performance without over-provisioning resources.

Backup and restore

DynamoDB provides built-in support for point-in-time recovery, enabling you to restore your table to a previous state within the last 35 days.

Global tables

DynamoDB global tables enable you to replicate your table across multiple AWS regions, providing low-latency access and data redundancy for global applications.

Streams

DynamoDB Streams capture item-level modifications in your table and can be used to trigger AWS Lambda functions for real-time processing or to synchronize data with other AWS services.

MariaDB Features

Compatibility

MariaDB is fully compatible with MySQL, making it easy to migrate existing MySQL applications and databases.

Storage Engines

MariaDB supports multiple storage engines, allowing users to choose the best option for their specific use case.

Replication and Clustering

MariaDB offers built-in replication and supports Galera Cluster for high availability, fault tolerance, and load balancing. Security: MariaDB provides advanced security features such as data encryption, secure connections, and role-based access control.


AWS DynamoDB Use Cases

Session management

DynamoDB can be used to store session data for web applications, providing fast and scalable access to session information.

Gaming

DynamoDB can be used to store player data, game state, and other game-related information for online games, providing low-latency and high-throughput performance.

Internet of Things

DynamoDB can be used to store and process sensor data from IoT devices, enabling real-time monitoring and analysis of device data.

MariaDB Use Cases

Web Applications

MariaDB is a popular choice for web applications due to its compatibility with MySQL, performance improvements, and open-source nature.

Data Migration

Organizations looking to migrate from MySQL to an open-source alternative can easily transition to MariaDB, thanks to its compatibility and enhanced features.

OLTP Workloads

As a relational database MariaDB is a good fit for any application that requires strong transactional guarantees.


AWS DynamoDB Pricing Model

DynamoDB offers two pricing options: provisioned capacity and on-demand capacity. With provisioned capacity, you specify the number of reads and writes per second that you expect your application to require, and you are charged based on the amount of provisioned capacity. This pricing model is suitable for applications with predictable traffic or gradually ramping traffic. You can use auto scaling to adjust your table’s capacity automatically based on the specified utilization rate, ensuring application performance while reducing costs.

On the other hand, with on-demand capacity, you pay per request for the data reads and writes your application performs on your tables. You do not need to specify how much read and write throughput you expect your application to perform, as DynamoDB instantly accommodates your workloads as they ramp up or down. This pricing model is suitable for applications with fluctuating or unpredictable traffic patterns.

MariaDB Pricing Model

MariaDB is an open-source database, which means it is free to download, use, and modify. However, for organizations that require professional support, the MariaDB Corporation offers various subscription plans, including MariaDB SkySQL, a fully managed cloud database service. Pricing for support subscriptions and the SkySQL service depends on the chosen plan, service level, and resource usage.

Get started with InfluxDB for free

InfluxDB Cloud is the fastest way to start storing and analyzing your time series data.