DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > Microsoft SQL Server vs. SAP HANA vs. Tarantool vs. TiDB vs. Tkrzw

Vergleich der Systemeigenschaften Microsoft SQL Server vs. SAP HANA vs. Tarantool vs. TiDB vs. Tkrzw

Redaktionelle Informationen bereitgestellt von DB-Engines
NameMicrosoft SQL Server  Xaus Vergleich ausschliessenSAP HANA  Xaus Vergleich ausschliessenTarantool  Xaus Vergleich ausschliessenTiDB  Xaus Vergleich ausschliessenTkrzw infoSuccessor of Tokyo Cabinet and Kyoto Cabinet  Xaus Vergleich ausschliessen
KurzbeschreibungRelationales DBMS von MicrosoftIn-memory DBMS. Verfügbar als appliance oder als cloud-serviceIn-memory computing platform with a flexible data schema for efficiently building high-performance applicationsTiDB 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.A concept of libraries, allowing an application program to store and query key-value pairs in a file. Successor of Tokyo Cabinet and Kyoto Cabinet
Primäres DatenbankmodellRelational DBMSRelational DBMSDocument Store
Key-Value Store
Relational DBMS
Relational DBMSKey-Value Store
Sekundäre DatenbankmodelleDocument Store
Graph DBMS
Spatial DBMS
Document Store
Graph DBMS infowith SAP Hana, Enterprise Edition
Spatial DBMS
Spatial DBMS infowith Tarantool/GIS extensionDocument Store
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte829,80
Rang#3  Overall
#3  Relational DBMS
Punkte45,84
Rang#22  Overall
#16  Relational DBMS
Punkte1,67
Rang#150  Overall
#25  Document Stores
#25  Key-Value Stores
#69  Relational DBMS
Punkte4,94
Rang#72  Overall
#40  Relational DBMS
Punkte0,09
Rang#354  Overall
#51  Key-Value Stores
Websitewww.microsoft.com/­en-us/­sql-serverwww.sap.com/­products/­hana.htmlwww.tarantool.iopingcap.comdbmx.net/­tkrzw
Technische Dokumentationlearn.microsoft.com/­en-US/­sql/­sql-serverhelp.sap.com/­hanawww.tarantool.io/­en/­docdocs.pingcap.com/­tidb/­stable
EntwicklerMicrosoftSAPVKPingCAP, Inc.Mikio Hirabayashi
Erscheinungsjahr19892010200820162020
Aktuelle VersionSQL Server 2022, November 20222.0 SPS07 (April 4, 2023), April 20232.10.0, Mai 20227.6.0, Jaenner 20240.9.3, August 2020
Lizenz infoCommercial or Open Sourcekommerziell infoeingeschränkte kostenlose Version verfügbarkommerziellOpen Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool EnterpriseOpen Source infoApache 2.0Open Source infoApache Version 2.0
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinnein infoauch als Cloud-Service verfügbarneinneinnein
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.
ImplementierungsspracheC++C und C++Go, RustC++
Server BetriebssystemeLinux
Windows
Appliance oder cloud-serviceBSD
Linux
macOS
LinuxLinux
macOS
DatenschemajajaFlexible data schema: relational definition for tables with ability to store json-like documents in columnsjaschemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder datejajastring, double, decimal, uuid, integer, blob, boolean, datetimejanein
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTjaneinneinneinnein
Sekundärindizesjajajaja
SQL infoSupport of SQLjajaFull-featured ANSI SQL supportjanein
APIs und andere ZugriffskonzepteADO.NET
JDBC
ODBC
OLE DB
Tabular Data Stream (TDS)
JDBC
ODBC
Open binary protocolGORM
JDBC
ODBC
Proprietäres Protokoll
SQLAlchemy
Unterstützte ProgrammiersprachenC#
C++
Delphi
Go
Java
JavaScript (Node.js)
PHP
Python
R
Ruby
Visual Basic
C
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
C++
Java
Python
Ruby
Server-seitige Scripts infoStored ProceduresTransact SQL, .NET languages, R, Python and (with SQL Server 2019) JavaSQLScript, RLua, C and SQL stored proceduresneinnein
Triggersjajajaneinnein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenTabellen können auf mehrere Files aufgeteilt werden (horizontale Partitionierung), sharding möglich (mittels federation)jaSharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.horizontal partitioning (by key range)keine
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenja, aber abhängig von der SQL-Server EditionjaAsynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
Using Raft consensus algorithm to ensure data replication with strong consistency among multiple replicas.keine
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinja infowith TiSpark Connectornein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate ConsistencyCasual consistency across sharding partitions
Eventual consistency within replicaset partition infowhen using asyncronous replication
Immediate Consistency within single instance
Sequential consistency including linearizable read within replicaset partition infowhen using Raft
Immediate ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätjajayesja infofull support since version 6.6nein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACIDACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactionsACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajajaja
Durability infoDauerhafte Speicherung der Datenjajayes, write ahead loggingjaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjajayes, full featured in-memory storage engine with persistenceneinja infousing specific database classes
Berechtigungskonzept infoZugriffskontrolleBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardjaAccess Control Lists
Mutual TLS authentication for Tarantol Enterprise
Password based authentication
Role-based access control (RBAC) and LDAP for Tarantol Enterprise
Users and Roles
Fine grained access rights according to SQL-standardnein
Weitere Informationen bereitgestellt vom Systemhersteller
Microsoft SQL ServerSAP HANATarantoolTiDBTkrzw infoSuccessor of Tokyo Cabinet and Kyoto Cabinet
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
DrittanbieterNavicat for SQL Server gives you a fully graphical approach to database management and development.
» mehr

Navicat Monitor is a safe, simple and agentless remote server monitoring tool for SQL Server and many other database management systems.
» mehr
CData: 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
Microsoft SQL ServerSAP HANATarantoolTiDBTkrzw infoSuccessor of Tokyo Cabinet and Kyoto Cabinet
DB-Engines Blog Posts

MySQL is the DBMS of the Year 2019
3. Januar 2020, Matthias Gelbmann, Paul Andlinger

The struggle for the hegemony in Oracle's database empire
2. Mai 2017, Paul Andlinger

Microsoft SQL Server is the DBMS of the Year
4. Januar 2017, Matthias Gelbmann, Paul Andlinger

alle anzeigen

Data processing speed and reliability: in-memory synchronous replication
9. November 2021,  Vladimir Perepelytsya, Tarantool (sponsor) 

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Provision Premium SSD v2 Storage for Microsoft SQL Server
1. April 2024, microsoft.com

Containerize SQL Server workloads with Amazon EKS and DH2i | Amazon Web Services
28. März 2024, AWS Blog

Top 12 Data Migration Tools for 2024
18. April 2024, TechRepublic

A tumultuous, titanic Patch Tuesday as Microsoft makes some changes
10. April 2024, Sophos

Deploying a highly available Microsoft SQL Server database on Oracle Cloud Infrastructure (OCI) using AlwaysON ...
9. Oktober 2023, Oracle

bereitgestellt von Google News

SAP HANA Cloud Vector Engine
18. April 2024, IgniteSAP

Combine the Power of AI with Business Context Using SAP HANA Cloud Vector Engine
2. April 2024, SAP News

Modernize consolidation in an SAP S/4 HANA environment | CCH Tagetik
9. April 2024, Wolters Kluwer

Automating the update process of a clustered SAP HANA DB using nZDT and Ansible | Amazon Web Services
16. November 2023, AWS Blog

SAP HANA on Azure Large Instances will be retired by 30 June 2025 – transition to Virtual Machines | Azure updates
29. September 2023, azure.microsoft.com

bereitgestellt von Google News

In-Memory Showdown: Redis vs. Tarantool
1. September 2021, Хабр

Deploying Tarantool Cartridge applications with zero effort (Part 1)
16. Dezember 2019, Хабр

Deploying Tarantool Cartridge applications with zero effort (Part 2)
13. April 2020, Хабр

Тarantool Cartridge: Sharding Lua Backend in Three Lines
9. Oktober 2019, Хабр

RAMAX Group получила партнерский статус уровня Gold по продукту Tarantool
16. April 2024, spbit.ru

bereitgestellt von Google News

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

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

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

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

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

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

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

Neo4j logo

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

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

Präsentieren Sie hier Ihr Produkt