Need advice about which tool to choose?Ask the StackShare community!

Druid

378
865
+ 1
32
MemSQL

84
183
+ 1
32
Add tool

Druid vs MemSQL: What are the differences?

  1. Data Storage: Druid stores data in a column-oriented manner optimized for time-series data and ad-hoc queries, while MemSQL stores data in row-oriented tables, making it more suitable for transactional workloads that require strong consistency.

  2. Scalability: Druid is highly scalable for read-heavy workloads through distributed query engines and aggregators, whereas MemSQL is known for its high scalability by enabling the distribution of data across multiple nodes in a cluster.

  3. Data Ingestion: Druid supports real-time data ingestion from streams like Kafka and supports batch data ingestion, while MemSQL excels in transactional workload ingestion and provides tools like pipelines and change data capture for data processing.

  4. Data Model: Druid uses a star-tree data model that optimizes queries for time-series data, while MemSQL follows a relational data model with support for SQL queries and joins, making it suitable for various analytical and transactional use cases.

  5. Query Performance: Druid focuses on sub-second query response times for large-scale data sets with its query optimizations and indexing strategies, while MemSQL leverages in-memory processing and query compilation to achieve high-speed query performance.

  6. Use Case Focus: Druid is best suited for companies needing real-time analytics for event data, time-series data, and interactive exploration, while MemSQL is ideal for organizations that require a combination of real-time analytics, transactional processing, and high availability.

In Summary, Druid and MemSQL differ in data storage formats, scalability options, data ingestion methods, data modeling, query performance strategies, and target use cases in the realm of real-time analytics and database management.

Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Druid
Pros of MemSQL
  • 15
    Real Time Aggregations
  • 6
    Batch and Real-Time Ingestion
  • 5
    OLAP
  • 3
    OLAP + OLTP
  • 2
    Combining stream and historical analytics
  • 1
    OLTP
  • 8
    Distributed
  • 4
    Realtime
  • 3
    Sql
  • 3
    Concurrent
  • 3
    JSON
  • 3
    Columnstore
  • 2
    Scalable
  • 2
    Ultra fast
  • 1
    Availability Group
  • 1
    Mixed workload
  • 1
    Pipeline
  • 1
    Unlimited Storage Database

Sign up to add or upvote prosMake informed product decisions

Cons of Druid
Cons of MemSQL
  • 3
    Limited sql support
  • 2
    Joins are not supported well
  • 1
    Complexity
    Be the first to leave a con

    Sign up to add or upvote consMake informed product decisions

    What is Druid?

    Druid is a distributed, column-oriented, real-time analytics data store that is commonly used to power exploratory dashboards in multi-tenant environments. Druid excels as a data warehousing solution for fast aggregate queries on petabyte sized data sets. Druid supports a variety of flexible filters, exact calculations, approximate algorithms, and other useful calculations.

    What is MemSQL?

    MemSQL converges transactions and analytics for sub-second data processing and reporting. Real-time businesses can build robust applications on a simple and scalable infrastructure that complements and extends existing data pipelines.

    Need advice about which tool to choose?Ask the StackShare community!

    What companies use Druid?
    What companies use MemSQL?
    See which teams inside your own company are using Druid or MemSQL.
    Sign up for StackShare EnterpriseLearn More

    Sign up to get full access to all the companiesMake informed product decisions

    What tools integrate with Druid?
    What tools integrate with MemSQL?

    Sign up to get full access to all the tool integrationsMake informed product decisions

    Blog Posts

    Dec 22 2021 at 5:41AM

    Pinterest

    MySQLKafkaDruid+3
    3
    570
    MySQLKafkaApache Spark+6
    2
    2004
    What are some alternatives to Druid and MemSQL?
    HBase
    Apache HBase is an open-source, distributed, versioned, column-oriented store modeled after Google' Bigtable: A Distributed Storage System for Structured Data by Chang et al. Just as Bigtable leverages the distributed data storage provided by the Google File System, HBase provides Bigtable-like capabilities on top of Apache Hadoop.
    MongoDB
    MongoDB stores data in JSON-like documents that can vary in structure, offering a dynamic, flexible schema. MongoDB was also designed for high availability and scalability, with built-in replication and auto-sharding.
    Cassandra
    Partitioning means that Cassandra can distribute your data across multiple machines in an application-transparent matter. Cassandra will automatically repartition as machines are added and removed from the cluster. Row store means that like relational databases, Cassandra organizes data by rows and columns. The Cassandra Query Language (CQL) is a close relative of SQL.
    Prometheus
    Prometheus is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true.
    Elasticsearch
    Elasticsearch is a distributed, RESTful search and analytics engine capable of storing data and searching it in near real time. Elasticsearch, Kibana, Beats and Logstash are the Elastic Stack (sometimes called the ELK Stack).
    See all alternatives