DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > Apache Pinot vs. Atos Standard Common Repository vs. Oracle NoSQL vs. Teradata Aster vs. TiDB

Vergleich der Systemeigenschaften Apache Pinot vs. Atos Standard Common Repository vs. Oracle NoSQL vs. Teradata Aster vs. TiDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameApache Pinot  Xaus Vergleich ausschliessenAtos Standard Common Repository  Xaus Vergleich ausschliessenOracle NoSQL  Xaus Vergleich ausschliessenTeradata Aster  Xaus Vergleich ausschliessenTiDB  Xaus Vergleich ausschliessen
This system has been discontinued and will be removed from the DB-Engines ranking.Teradata Aster has been integrated into other Teradata systems and therefore will be removed from the DB-Engines ranking.
KurzbeschreibungRealtime distributed OLAP datastore, designed to answer OLAP queries with low latencyHighly scalable database system, designed for managing session and subscriber data in modern mobile communication networksA multi-model, scalable, distributed NoSQL database, designed to provide highly reliable, flexible, and available data management across a configurable set of storage nodesPlatform for big data analytics on multistructured data sources and typesTiDB is an open source distributed SQL database that supports Hybrid Transactional/Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability.
Primäres DatenbankmodellRelational DBMSDocument Store
Key-Value Store
Document Store
Key-Value Store
Relational DBMS
Relational DBMSRelational DBMS
Sekundäre DatenbankmodelleDocument Store
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,40
Rang#270  Overall
#125  Relational DBMS
Punkte2,95
Rang#100  Overall
#17  Document Stores
#17  Key-Value Stores
#50  Relational DBMS
Punkte4,66
Rang#70  Overall
#38  Relational DBMS
Websitepinot.apache.orgatos.net/en/convergence-creators/portfolio/standard-common-repositorywww.oracle.com/­database/­nosql/­technologies/­nosqlpingcap.com
Technische Dokumentationdocs.pinot.apache.orgdocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.htmldocs.pingcap.com/­tidb/­stable
EntwicklerApache Software Foundation and contributorsAtos Convergence CreatorsOracleTeradataPingCAP, Inc.
Erscheinungsjahr20152016201120052016
Aktuelle Version1.0.0, September 2023170323.3, Dezember 20238.0.0, Maerz 2024
Lizenz infoCommercial or Open SourceOpen Source infoApache Version 2.0kommerziellOpen Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)kommerziellOpen Source infoApache 2.0
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
TiDB Cloud: Fully-managed TiDB Service. Bring everything great about TiDB to the cloud.
ImplementierungsspracheJavaJavaJavaGo, Rust
Server BetriebssystemeAll OS with a Java JDK11 or higherLinuxLinux
Solaris SPARC/x86
LinuxLinux
DatenschemajaSchema and schema-less with LDAP viewsSupport Fixed schema and Schema-less deployment with the ability to interoperate between them.Flexible Schema (defined schema, partial schema, schema free) infodefined schema within the relational store; partial schema or schema free in the Aster File Storeja
Typisierung infovordefinierte Datentypen, z.B. float oder datejaoptionaloptionaljaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTjaneinja infoin Aster File Storenein
Sekundärindizesjajajaja
SQL infoSupport of SQLSQL-like query languageneinSQL-like DML and DDL statementsjaja
APIs und andere ZugriffskonzepteJDBCLDAPRESTful HTTP APIADO.NET
JDBC
ODBC
OLE DB
GORM
JDBC
ODBC
Proprietäres Protokoll
SQLAlchemy
Unterstützte ProgrammiersprachenGo
Java
Python
All languages with LDAP bindingsC
C#
Go
Java
JavaScript (Node.js)
Python
C
C#
C++
Java
Python
R
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Server-seitige Scripts infoStored ProceduresneinneinR packagesnein
Triggersjaneinneinnein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen Knotenhorizontal partitioningSharding infocell divisionShardingShardinghorizontal partitioning (by key range)
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenjaElectable source-replica replication per shard. Support distributed global deployment with Multi-region table featureja infoDimension tables are replicated across all nodes in the cluster. The number of replicas for the file store can be configured.Using Raft consensus algorithm to ensure data replication with strong consistency among multiple replicas.
MapReduce infoBietet ein API für Map/Reduce Operationenwith Hadoop integrationja infoSQL Map-Reduce Frameworkja infowith TiSpark Connector
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate Consistency or Eventual Consistency depending on configurationEventual Consistency
Immediate Consistency infoabhängig von Konfiguration
Immediate Consistency or Eventual Consistency depending on configurationImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätneinneinneinja infofull support since version 6.6
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenAtomic execution of specific operationskonfigurierbar infoACID innerhalb eines 'storage nodes' (=shard)ACIDACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajaja
Durability infoDauerhafte Speicherung der Datenjajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaja infooff heap cacheneinnein
Berechtigungskonzept infoZugriffskontrolleLDAP bind authenticationZugriffsrechte für Benutzer und RollenBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardFine grained access rights according to SQL-standard
Weitere Informationen bereitgestellt vom Systemhersteller
Apache PinotAtos Standard Common RepositoryOracle NoSQLTeradata AsterTiDB
Specific characteristicsTiDB is an advanced open-source, distributed SQL database for modern application...
» mehr
Competitive advantages- HORIZONTAL SCALING : TiDB grants total transparency into your data workloads without...
» mehr
Typical application scenariosTiDB is ideal for transactional applications that require extreme scalability and...
» mehr
Key customersBlock, Pinterest, Catalyst, Bolt, Flipkart, Capcom, Shopee (E-commerce), JD Cloud...
» mehr
Market metrics34K+ GitHub stars 5K+ members in TiDB Community Slack 1K+ community contributors...
» mehr
Licensing and pricing modelsTiDB Community : Free open source software (Apache 2.0) TiDB Self-Hosted : Enterprise...
» mehr

Wir laden Vertreter der Systemhersteller ein uns zu kontaktieren, um die Systeminformationen zu aktualisieren und zu ergänzen,
sowie um Herstellerinformationen wie Schlüsselkunden, Vorteile gegenüber Konkurrenten und Marktmetriken anzuzeigen.

Zugehörige Produkte und Dienstleistungen

Wir laden Vertreter von Anbietern von zugehörigen Produkten ein uns zu kontaktieren, um hier Informationen über ihre Angebote zu präsentieren.

Weitere Ressourcen
Apache PinotAtos Standard Common RepositoryOracle NoSQLTeradata AsterTiDB
Erwähnungen in aktuellen Nachrichten

Real-Time Analytics for Mobile App Crashes using Apache Pinot
2. November 2023, Uber

Speed of Apache Pinot at the Cost of Cloud Object Storage with Tiered Storage
16. August 2023, InfoQ.com

StarTree Announces Integration between Apache Pinot and Delta Lake with StarTree Cloud
20. Juni 2023, Datanami

StarTree brings Apache Pinot real-time database to the cloud
22. März 2022, TechTarget

Data analytics startup StarTree secures cash to expand its Apache Pinot-powered platform
29. August 2022, TechCrunch

bereitgestellt von Google News

Infographic: What makes a Mobile Operator's setup future proof?
10. Februar 2024, Atos

bereitgestellt von Google News

Enhance enterprise data security and trust: Must see Blockchain Technology sessions at Oracle CloudWorld 2023
21. August 2023, Oracle

We built a geo-distributed, serverless modern app using the Oracle NoSQL Database Cloud Service
18. November 2021, Oracle

Oracle Beefs Up Its NoSQL Database Offering
3. April 2014, Data Center Knowledge

Oracle Defends Relational DBs Against NoSQL Competitors
25. November 2015, eWeek

Larry Ellison Just Embraced the Enemy. Or Did He?
1. Oktober 2012, WIRED

bereitgestellt von Google News

Mellanox InfiniBand Helps Accelerate Teradata Aster Big Analytics Appliance
1. Mai 2024, AOL

Teradata Aster Analytics Going Places: On Hadoop and AWS
24. August 2016, PR Newswire

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

Teradata Aster gets graph database, HDFS-compatible file store
8. Oktober 2013, ZDNet

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

bereitgestellt von Google News

How PingCAP transformed TiDB into a serverless DBaaS using Amazon S3 and Amazon EBS | Amazon Web Services
14. November 2023, AWS Blog

How a new database architecture supports scale and reliability in TiDB
11. März 2024, InfoWorld

PingCAP Launches TiDB 7.5, Enhancing Distributed SQL Database Tech
19. Dezember 2023, Datanami

TiDB by PingCAP Leads Data Management Revolution at GIDS 2024, Empowering India's Burgeoning Developer ...
25. April 2024, CXOToday.com

Google Cloud's C3D Instances Provide Strong Performance Value For PingCAP's TiDB
28. März 2024, Phoronix

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

Neo4j logo

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

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

Milvus logo

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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

Präsentieren Sie hier Ihr Produkt