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 > Amazon Redshift vs. Datomic vs. NCache vs. RethinkDB vs. TiDB

Vergleich der Systemeigenschaften Amazon Redshift vs. Datomic vs. NCache vs. RethinkDB vs. TiDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameAmazon Redshift  Xaus Vergleich ausschliessenDatomic  Xaus Vergleich ausschliessenNCache  Xaus Vergleich ausschliessenRethinkDB  Xaus Vergleich ausschliessenTiDB  Xaus Vergleich ausschliessen
KurzbeschreibungLarge scale data warehouse service for use with business intelligence toolsDBMS mit Fokus auf der Abspeicherung von historischen Daten und 'point-in-time queries'. Es verwendet Fremdsysteme zur Speicherung der DatenOpen-Source and Enterprise in-memory Key-Value StoreDBMS for the Web with a mechanism to push updated query results to applications in realtime.TiDB 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 DBMSRelational DBMSKey-Value StoreDocument StoreRelational DBMS
Sekundäre DatenbankmodelleDocument Store
Suchmaschine infoUsing distributed Lucene
Spatial DBMSDocument Store
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte19,03
Rang#34  Overall
#21  Relational DBMS
Punkte1,76
Rang#145  Overall
#66  Relational DBMS
Punkte0,98
Rang#196  Overall
#29  Key-Value Stores
Punkte2,84
Rang#106  Overall
#19  Document Stores
Punkte4,94
Rang#72  Overall
#40  Relational DBMS
Websiteaws.amazon.com/­redshiftwww.datomic.comwww.alachisoft.com/­ncacherethinkdb.compingcap.com
Technische Dokumentationdocs.aws.amazon.com/­redshiftdocs.datomic.comwww.alachisoft.com/­resources/­docsrethinkdb.com/­docsdocs.pingcap.com/­tidb/­stable
EntwicklerAmazon (based on PostgreSQL)CognitectAlachisoftThe Linux Foundation infosince July 2017PingCAP, Inc.
Erscheinungsjahr20122012200520092016
Aktuelle Version1.0.6735, Juni 20235.3.3, April 20242.4.1, August 20207.6.0, Jaenner 2024
Lizenz infoCommercial or Open Sourcekommerziellkommerziell infoLimitierte Edition gratisOpen Source infoEnterprise Edition availableOpen Source infoApache Version 2Open Source infoApache 2.0
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarjaneinneinneinnein
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.
ImplementierungsspracheCJava, ClojureC#, .NET, .NET Core, JavaC++Go, Rust
Server BetriebssystemegehostetAlle Betriebssysteme mit einer Java VMLinux
Windows
Linux
OS X
Windows
Linux
Datenschemajajaschemafreischemafreija
Typisierung infovordefinierte Datentypen, z.B. float oder datejajateilweise infoSupported data types are Lists, Queues, Hashsets, Dictionary and Counterja infostring, binary, float, bool, date, geometryja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinneinnein
Sekundärindizeseingeschränktjajajaja
SQL infoSupport of SQLja infokeine vollständige Unterstützung eines SQL-StandardsneinSQL-like query syntax and LINQ for searching the cache. Cache Synchronization with SQL Server using SQL dependency.neinja
APIs und andere ZugriffskonzepteJDBC
ODBC
RESTful HTTP APIIDistributedCache
JCache
LINQ
Proprietäres native API
GORM
JDBC
ODBC
Proprietäres Protokoll
SQLAlchemy
Unterstützte ProgrammiersprachenAll languages supporting JDBC/ODBCClojure
Java
.Net
.Net Core
C#
Java
JavaScript (Node.js)
Python
Scala
C infocommunity-supported driver
C# infocommunity-supported driver
C++ infocommunity-supported driver
Clojure infocommunity-supported driver
Dart infocommunity-supported driver
Erlang infocommunity-supported driver
Go infocommunity-supported driver
Haskell infocommunity-supported driver
Java infoofficial driver
JavaScript (Node.js) infoofficial driver
Lisp infocommunity-supported driver
Lua infocommunity-supported driver
Objective-C infocommunity-supported driver
Perl infocommunity-supported driver
PHP infocommunity-supported driver
Python infoofficial driver
Ruby infoofficial driver
Scala infocommunity-supported driver
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 Proceduresbenutzerdefinierte Funktionen infoin Pythonja infoTransaction Functionsnein infoUnterstützung für stored procedures mit SQL-Server CLRnein
TriggersneinBy using transaction functionsja infoNotificationsClient-side triggers through changefeedsnein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenShardingkeine infoBut extensive use of caching in the application peersjaSharding inforange basedhorizontal partitioning (by key range)
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenjakeine infoBut extensive use of caching in the application peersja, mit wählbarer KonsistenzSource-Replica ReplikationUsing Raft consensus algorithm to ensure data replication with strong consistency among multiple replicas.
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinjajaja infowith TiSpark Connector
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate ConsistencyEventual Consistency
Immediate Consistency
Strong Eventual Consistency over WAN with Conflict Resolution using Bridge Topology
Immediate ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätja infowerden aber nicht 'enforced'neinneinneinja infofull support since version 6.6
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACIDoptimistic Locking und pessimistic LockingAtomic single-document operationsACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajaja infoMVCC basedja
Durability infoDauerhafte Speicherung der Datenjaja infousing external storage systems (e.g. Cassandra, DynamoDB, PostgreSQL, Couchbase and others)jajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaja inforecommended only for testing and developmentjaneinnein
Berechtigungskonzept infoZugriffskontrolleBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardneinAuthentifizierung für Zugriff auf Cache mittels Active Directory/LDAP (Rollen: user, administrator)ja infousers and table-level permissionsFine grained access rights according to SQL-standard
Weitere Informationen bereitgestellt vom Systemhersteller
Amazon RedshiftDatomicNCacheRethinkDBTiDB
Specific characteristicsNCache has been the market leader in .NET Distributed Caching since 2005 . NCache...
» mehr
TiDB is an advanced open-source, distributed SQL database for modern application...
» mehr
Competitive advantagesNCache is 100% .NET/ .NET Core based which fully supports ASP.NET Core Sessions ,...
» mehr
- HORIZONTAL SCALING : TiDB grants total transparency into your data workloads without...
» mehr
Typical application scenariosNCache enables industries like retail, finance, banking IoT, travel, ecommerce, healthcare...
» mehr
TiDB is ideal for transactional applications that require extreme scalability and...
» mehr
Key customersBank of America, Citi, Natures Way, Charter Spectrum, Barclays, Henry Schein, GBM,...
» mehr
Block, Pinterest, Catalyst, Bolt, Flipkart, Capcom, Shopee (E-commerce), JD Cloud...
» mehr
Market metricsMarket Leader in .NET Distributed Caching since 2005.
» mehr
34K+ GitHub stars 5K+ members in TiDB Community Slack 1K+ community contributors...
» mehr
Licensing and pricing modelsNCache Open Source is free on an as-is basis without any support. NCache Enterprise...
» mehr
TiDB 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
DrittanbieterCData: Connect to Big Data & NoSQL through standard Drivers.
» mehr

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

Weitere Ressourcen
Amazon RedshiftDatomicNCacheRethinkDBTiDB
DB-Engines Blog Posts

Cloud-based DBMS's popularity grows at high rates
12. Dezember 2019, Paul Andlinger

The popularity of cloud-based DBMSs has increased tenfold in four years
7. Februar 2017, Matthias Gelbmann

Increased popularity for consuming DBMS services out of the cloud
2. Oktober 2015, Paul Andlinger

alle anzeigen

Meet some database management systems you are likely to hear more about in the future
4. August 2014, Paul Andlinger

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Power analytics as a service capabilities using Amazon Redshift | Amazon Web Services
17. April 2024, AWS Blog

Amazon Redshift adds new AI capabilities, including Amazon Q, to boost efficiency and productivity | Amazon Web ...
29. November 2023, AWS Blog

Amazon Redshift announces programmatic access to Advisor recommendations via API
8. Februar 2024, AWS Blog

Handle tables without primary keys while creating Amazon Aurora PostgreSQL zero-ETL integrations with Amazon ...
18. April 2024, AWS Blog

How Aura from Unity revolutionized their big data pipeline with Amazon Redshift Serverless | Amazon Web Services
4. April 2024, AWS Blog

bereitgestellt von Google News

Stanchion Turns SQLite Into A Column Store
15. Februar 2024, iProgrammer

Nubank buys firm behind Clojure programming language
28. Juli 2020, Finextra

Zoona Case Study
16. Dezember 2017, AWS Blog

Architecting Software for Leverage
13. November 2021, InfoQ.com

TerminusDB Takes on Data Collaboration with a git-Like Approach
1. Dezember 2020, The New Stack

bereitgestellt von Google News

How to use NCache in ASP.Net Core
25. Februar 2019, InfoWorld

Custom Response Caching Using NCache in ASP.NET Core
22. April 2020, InfoQ.com

bereitgestellt von Google News

MongoDB: The Popular Database for IoT
15. August 2023, Open Source For You

How to Use RethinkDB with Node.js Applications — SitePoint
16. Dezember 2015, SitePoint

Stripe acquires team behind NoSQL database startup RethinkDB
5. Oktober 2016, VentureBeat

RethinkDB is dead, and MongoDB isn't what killed it
24. Januar 2017, TechRepublic

How to deploy RethinkDB using Docker
14. Februar 2018, Packt Hub

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

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

PingCAP Wins 2024 Data Breakthrough Awards
12. April 2024, GlobeNewswire

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

Milvus logo

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

AllegroGraph logo

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

Neo4j logo

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

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it 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