DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Apache Doris vs. Apache Drill vs. Apache Pinot vs. DuckDB vs. Teradata Aster

System Properties Comparison Apache Doris vs. Apache Drill vs. Apache Pinot vs. DuckDB vs. Teradata Aster

Editorial information provided by DB-Engines
NameApache Doris  Xexclude from comparisonApache Drill  Xexclude from comparisonApache Pinot  Xexclude from comparisonDuckDB  Xexclude from comparisonTeradata Aster  Xexclude from comparison
Teradata Aster has been integrated into other Teradata systems and therefore will be removed from the DB-Engines ranking.
DescriptionAn MPP-based analytics DBMS embracing the MySQL protocolSchema-free SQL Query Engine for Hadoop, NoSQL and Cloud StorageRealtime distributed OLAP datastore, designed to answer OLAP queries with low latencyAn embeddable, in-process, column-oriented SQL OLAP RDBMSPlatform for big data analytics on multistructured data sources and types
Primary database modelRelational DBMSDocument store
Relational DBMS
Relational DBMSRelational DBMSRelational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.61
Rank#235  Overall
#110  Relational DBMS
Score1.90
Rank#126  Overall
#23  Document stores
#60  Relational DBMS
Score0.35
Rank#274  Overall
#128  Relational DBMS
Score5.61
Rank#60  Overall
#34  Relational DBMS
Websitedoris.apache.org
github.com/­apache/­doris
drill.apache.orgpinot.apache.orgduckdb.org
Technical documentationgithub.com/­apache/­doris/­wikidrill.apache.org/­docsdocs.pinot.apache.orgduckdb.org/­docs
DeveloperApache Software Foundation, originally contributed from BaiduApache Software FoundationApache Software Foundation and contributorsTeradata
Initial release20172012201520182005
Current release1.2.2, February 20231.20.3, January 20231.0.0, September 20231.0.0, June 2024
License infoCommercial or Open SourceOpen Source infoApache Version 2.0Open Source infoApache Version 2Open Source infoApache Version 2.0Open Source infoMIT Licensecommercial
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaJavaC++
Server operating systemsLinuxLinux
OS X
Windows
All OS with a Java JDK11 or higherserver-lessLinux
Data schemeyesschema-freeyesyesFlexible Schema (defined schema, partial schema, schema free) infodefined schema within the relational store; partial schema or schema free in the Aster File Store
Typing infopredefined data types such as float or dateyesyesyesyesyes
XML support infoSome form of processing data in XML format, e.g. support for XML data structures, and/or support for XPath, XQuery or XSLT.nononoyes infoin Aster File Store
Secondary indexesyesnoyesyes
SQL infoSupport of SQLyesSQL SELECT statement is SQL:2003 compliantSQL-like query languageyesyes
APIs and other access methodsJDBC
MySQL client
JDBC
ODBC
RESTful HTTP API
JDBCArrow Database Connectivity (ADBC)
CLI Client
JDBC
ODBC
ADO.NET
JDBC
ODBC
OLE DB
Supported programming languagesJavaC++Go
Java
Python
C
C# info3rd party driver
C++
Crystal info3rd party driver
Go info3rd party driver
Java
Lisp info3rd party driver
Python
R
Ruby info3rd party driver
Rust
Swift
Zig info3rd party driver
C
C#
C++
Java
Python
R
Server-side scripts infoStored proceduresuser defined functionsuser defined functionsnoR packages
Triggersnononono
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioningShardinghorizontal partitioningnoneSharding
Replication methods infoMethods for redundantly storing data on multiple nodesnonenoneyes infoDimension tables are replicated across all nodes in the cluster. The number of replicas for the file store can be configured.
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnoyes infoSQL Map-Reduce Framework
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencynoneImmediate ConsistencyImmediate Consistency or Eventual Consistency depending on configuration
Foreign keys infoReferential integritynononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes, multi-version concurrency control (MVCC)yes
Durability infoSupport for making data persistentyesDepending on the underlying data sourceyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noDepending on the underlying data sourceyesno
User concepts infoAccess controlfine grained access rights according to SQL-standardDepending on the underlying data sourcenofine grained access rights according to SQL-standard

More information provided by the system vendor

We invite representatives of system vendors to contact us for updating and extending the system information,
and for displaying vendor-provided information such as key customers, competitive advantages and market metrics.

Related products and services

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
Apache DorisApache DrillApache PinotDuckDBTeradata Aster
Recent citations in the news

Breaking Down Data Silos: How Apache Doris Streamlines Customer Data Integration
20 March 2024, hackernoon.com

Apache Doris just 'graduated': Why care about this SQL data warehouse
24 June 2022, InfoWorld

Migrating from ClickHouse to Apache Doris: Boosting OLAP Performance
9 October 2023, hackernoon.com

How to Digest 15 Billion Logs Per Day and Keep Big Queries Within 1 Second
1 September 2023, KDnuggets

Apache Doris Analytical Database Graduates from Apache Incubator
20 June 2022, Datanami

provided by Google News

Apache Drill case study: A tutorial on processing CSV files
9 June 2016, TheServerSide.com

Analyse Kafka messages with SQL queries using Apache Drill
27 September 2019, Towards Data Science

MapR Advances Support for Flexible and High Performance Analytics on JSON and S3 Data with Apache Drill
30 January 2019, Business Wire

Apache Drill Adds New Data Formats
28 March 2022, iProgrammer

Apache Drill Eliminates ETL, Data Transformation for MapR Database
11 April 2016, The New Stack

provided by Google News

Build a real-time analytics solution with Apache Pinot on AWS
6 August 2024, AWS Blog

Pinot for Low-Latency Offline Table Analytics
29 August 2024, Uber

StarTree broadly enhances Apache Pinot-based analytics platform
8 May 2024, SiliconANGLE News

Open source Apache Pinot advances as StarTree boosts real-time analytics and observability
8 May 2024, VentureBeat

StarTree Makes Observability Case for Apache Pinot Database
8 May 2024, DevOps.com

provided by Google News

My First Billion (of Rows) in DuckDB
1 May 2024, Towards Data Science

TigerEye Open Sources DuckDB.dart
15 August 2024, Datanami

Unleashing Postgres for Analytics With DuckDB Integration
24 July 2024, The New Stack

PostgreSQL in line for DuckDB-shaped boost in analytics arena
20 August 2024, The Register

TigerEye releases open-source DuckDB.dart to simplify data-intensive application development
15 August 2024, SiliconANGLE News

provided by Google News

Northwestern Analytics Partners with Teradata Aster to Host Hackathon
23 May 2014, Northwestern Engineering

Teradata's Aster shows how the flowers of fraud bloom
23 April 2015, The Register

Teradata Integrates Big Data Analytic Architecture
22 October 2012, PR Newswire

An American Dream Story, With A Silicon Valley Twist
14 August 2013, Forbes

Teradata expands Hadoop portfolio, Hortonworks partnership
26 June 2013, ZDNet

provided by Google News



Share this page

Featured Products

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Datastax Astra logo

Bring all your data to Generative AI applications with vector search enabled by the most scalable
vector database available.
Try for Free

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

Present your product here