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 > SAP IQ vs. Spark SQL vs. Tarantool vs. TiDB vs. Transbase

Vergleich der Systemeigenschaften SAP IQ vs. Spark SQL vs. Tarantool vs. TiDB vs. Transbase

Redaktionelle Informationen bereitgestellt von DB-Engines
NameSAP IQ infofrüher: Sybase IQ  Xaus Vergleich ausschliessenSpark SQL  Xaus Vergleich ausschliessenTarantool  Xaus Vergleich ausschliessenTiDB  Xaus Vergleich ausschliessenTransbase  Xaus Vergleich ausschliessen
KurzbeschreibungColumnar RDBMS optimized for Big Data analyticsSpark SQL ist ein Spark-Modul für die Verarbeitung strukturierter DatenIn-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 resource-optimized, high-performance, universally applicable RDBMS
Primäres DatenbankmodellRelational DBMS infospaltenorientiertRelational DBMSDocument Store
Key-Value Store
Relational DBMS
Relational DBMSRelational DBMS
Sekundäre DatenbankmodelleSpatial DBMS infowith Tarantool/GIS extensionDocument Store
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte3,58
Rang#93  Overall
#48  Relational DBMS
Punkte19,56
Rang#34  Overall
#21  Relational DBMS
Punkte1,88
Rang#146  Overall
#24  Document Stores
#25  Key-Value Stores
#68  Relational DBMS
Punkte5,14
Rang#75  Overall
#41  Relational DBMS
Punkte0,20
Rang#327  Overall
#144  Relational DBMS
Websitewww.sap.com/­products/­technology-platform/­sybase-iq-big-data-management.htmlspark.apache.org/­sqlwww.tarantool.iopingcap.comwww.transaction.de/­en/­products/­transbase.html
Technische Dokumentationhelp.sap.com/­docs/­SAP_IQspark.apache.org/­docs/­latest/­sql-programming-guide.htmlwww.tarantool.io/­en/­docdocs.pingcap.com/­tidb/­stablewww.transaction.de/­en/­products/­transbase/­features.html
EntwicklerSAP, formerly SybaseApache Software FoundationVKPingCAP, Inc.Transaction Software GmbH
Erscheinungsjahr19942014200820161987
Aktuelle Version16.1 SPS04, April 20193.5.0 ( 2.13), September 20232.10.0, Mai 20227.6.0, Jaenner 2024Transbase 8.3, 2022
Lizenz infoCommercial or Open SourcekommerziellOpen Source infoApache 2.0Open Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool EnterpriseOpen Source infoApache 2.0kommerziell infoDevelopment Lizenz gratis
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.
ImplementierungsspracheScalaC und C++Go, RustC und C++
Server BetriebssystemeAIX
HP-UX
Linux
Solaris
Windows
Linux
OS X
Windows
BSD
Linux
macOS
LinuxFreeBSD
Linux
macOS
Solaris
Windows
DatenschemajajaFlexible data schema: relational definition for tables with ability to store json-like documents in columnsjaja
Typisierung infovordefinierte Datentypen, z.B. float oder datejajastring, double, decimal, uuid, integer, blob, boolean, datetimejaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinneinnein
Sekundärindizesjaneinjajaja
SQL infoSupport of SQLjaSQL-like DML and DDL statementsFull-featured ANSI SQL supportjaja
APIs und andere ZugriffskonzepteADO.NET
JDBC
ODBC
RESTful HTTP API
JDBC
ODBC
Open binary protocolGORM
JDBC
ODBC
Proprietäres Protokoll
SQLAlchemy
ADO.NET
JDBC
ODBC
Proprietäres native API
Unterstützte ProgrammiersprachenC
C#
C++
Java
Perl
PHP
Python
Ruby
Java
Python
R
Scala
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
C#
C++
Java
JavaScript
Kotlin
Objective-C
PHP
Python
Server-seitige Scripts infoStored ProceduresjaneinLua, C and SQL stored proceduresneinja
Triggersjaneinjaneinja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen Knotenshared disk or shared nothing architectures with SAP IQ Multiplexeryes, utilizing Spark CoreSharding, 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)
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenSAP/Sybase Replication ServerkeineAsynchronous 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.Source-Replica Replikation
MapReduce infoBietet ein API für Map/Reduce OperationenHadoop integrationja infowith TiSpark Connectornein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate 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ätjaneinyesja infofull support since version 6.6ja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDneinACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactionsACIDja
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 haltenneinneinyes, full featured in-memory storage engine with persistenceneinnein
Berechtigungskonzept infoZugriffskontrolleBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardneinAccess 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-standardBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-Standard
Weitere Informationen bereitgestellt vom Systemhersteller
SAP IQ infofrüher: Sybase IQSpark SQLTarantoolTiDBTransbase
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
SAP IQ infofrüher: Sybase IQSpark SQLTarantoolTiDBTransbase
DB-Engines Blog Posts

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

alle anzeigen

Erwähnungen in aktuellen Nachrichten

New Services for SAP HANA Cloud Database
7. April 2021, SAP News

SAP Products & Services Data Portfolio
2. Juli 2021, Datamation

SAP HANA Cloud Offers High-Performance Management of Data for Users
20. April 2021, InsideSAP

Congrats, HCL, on your £1.5m contract to upgrade a county council's ERP system to SAP S4/HANA within a year
5. November 2020, The Register

Arcion CTO on building effective data pipelines – Blocks and Files
28. Juni 2022, Blocks & Files

bereitgestellt von Google News

Cracking the Apache Spark Interview: 80+ Top Questions and Answers for 2024
25. März 2024, Simplilearn

Run Spark SQL on Amazon Athena Spark | AWS Big Data Blog
23. Oktober 2023, AWS Blog

1.5 Years of Spark Knowledge in 8 Tips | by Michael Berk
23. Dezember 2023, Towards Data Science

Use Amazon Athena with Spark SQL for your open-source transactional table formats | Amazon Web Services
24. Januar 2024, AWS Blog

18 Top Big Data Tools and Technologies to Know About in 2024
24. Januar 2024, TechTarget

bereitgestellt von Google News

TaranHouse: New Big Data Warehouse Announced by Tarantool
4. April 2018, Newswire

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, Хабр

bereitgestellt von Google News

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

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

PingCAP Showcases Marquee Solution TiDB and Leads Industry Conversations on Open-Source Innovation at FinTech Festival India 2024
15. März 2024, Business Standard

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

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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

Neo4j logo

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

Präsentieren Sie hier Ihr Produkt