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

DBMS > Google Cloud Datastore vs. Tarantool vs. TimesTen vs. Titan vs. Valentina Server

Vergleich der Systemeigenschaften Google Cloud Datastore vs. Tarantool vs. TimesTen vs. Titan vs. Valentina Server

Redaktionelle Informationen bereitgestellt von DB-Engines
NameGoogle Cloud Datastore  Xaus Vergleich ausschliessenTarantool  Xaus Vergleich ausschliessenTimesTen  Xaus Vergleich ausschliessenTitan  Xaus Vergleich ausschliessenValentina Server  Xaus Vergleich ausschliessen
Titan has been decommisioned after the takeover by Datastax. It will be removed from the DB-Engines ranking. A fork has been open-sourced as JanusGraph.
KurzbeschreibungSelbst skalierendes NoSQL Datenbankservice in der Google Cloud PlattformIn-memory computing platform with a flexible data schema for efficiently building high-performance applicationsIn-Memory RDBMS compatible to OracleTitan ist ein Graph DBMS optimiert für verteilte Clusters.Object-relational database and reports server
Primäres DatenbankmodellDocument StoreDocument Store
Key-Value Store
Relational DBMS
Relational DBMSGraph DBMSRelational DBMS
Sekundäre DatenbankmodelleSpatial DBMS infowith Tarantool/GIS extension
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte4,49
Rang#79  Overall
#12  Document Stores
Punkte1,67
Rang#150  Overall
#25  Document Stores
#25  Key-Value Stores
#69  Relational DBMS
Punkte1,35
Rang#165  Overall
#75  Relational DBMS
Punkte0,18
Rang#329  Overall
#144  Relational DBMS
Websitecloud.google.com/­datastorewww.tarantool.iowww.oracle.com/­database/­technologies/­related/­timesten.htmlgithub.com/­thinkaurelius/­titanwww.valentina-db.net
Technische Dokumentationcloud.google.com/­datastore/­docswww.tarantool.io/­en/­docdocs.oracle.com/­database/­timesten-18.1github.com/­thinkaurelius/­titan/­wikivalentina-db.com/­docs/­dokuwiki/­v5/­doku.php
EntwicklerGoogleVKOracle, TimesTen Performance Software, HP infooriginally founded in HP Labs it was acquired by Oracle in 2005Aurelius, owned by DataStaxParadigma Software
Erscheinungsjahr20082008199820121999
Aktuelle Version2.10.0, Mai 202211 Release 2 (11.2.2.8.0)5.7.5
Lizenz infoCommercial or Open SourcekommerziellOpen Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool EnterprisekommerziellOpen Source infoApache Lizenz, Version 2.0kommerziell
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.
ImplementierungsspracheC und C++Java
Server BetriebssystemegehostetBSD
Linux
macOS
AIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
Linux
OS X
Unix
Windows
Linux
OS X
Windows
DatenschemaschemafreiFlexible data schema: relational definition for tables with ability to store json-like documents in columnsjajaja
Typisierung infovordefinierte Datentypen, z.B. float oder dateja, Details hierstring, double, decimal, uuid, integer, blob, boolean, datetimejajaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinnein
Sekundärindizesjajajajaja
SQL infoSupport of SQLSQL-like query language (GQL)Full-featured ANSI SQL supportjaneinja
APIs und andere ZugriffskonzeptegRPC (using protocol buffers) API
RESTful HTTP/JSON API
Open binary protocolJDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Java API
TinkerPop Blueprints
TinkerPop Frames
TinkerPop Gremlin
TinkerPop Rexster
ODBC
Unterstützte Programmiersprachen.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
C
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
C
C++
Java
PL/SQL
Clojure
Java
Python
.Net
C
C#
C++
Objective-C
PHP
Ruby
Visual Basic
Visual Basic.NET
Server-seitige Scripts infoStored Proceduresmit Google App EngineLua, C and SQL stored proceduresPL/SQLjaja
TriggersCallbacks mit Google Apps Enginejaneinjaja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenShardingSharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.keineja infoüber integrierbare Storage Backends
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenMulti-source replication using PaxosAsynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
Multi-Source Replikation
Source-Replica Replikation
ja
MapReduce infoBietet ein API für Map/Reduce Operationenja infomittels Google Cloud Dataflowneinja infomittels Faunus, eine Graph Analytics Enginenein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate Consistency or Eventual Consistency depending on type of query and configuration infoStrong Consistency is default for entity lookups and queries within an Entity Group (but can instead be made eventually consistent). Other queries are always eventual consistent.Casual 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 Consistency or Eventual Consistency depending on configurationEventual Consistency
Immediate Consistency
Fremdschlüssel inforeferenzielle Integritätja infovia ReferenceProperties or Ancestor pathsyesjaja infoBeziehungen in Graphja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACID infoSerializable Isolation within Transactions, Read Committed outside of TransactionsACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactionsACIDACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajaja
Durability infoDauerhafte Speicherung der Datenjayes, write ahead loggingja infoby means of logfiles and checkpointsja infoUnterstützt verschiedene Storage Backends: Cassandra, HBase, Berkeley DB, Akiban, Hazelcastja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinyes, full featured in-memory storage engine with persistencejaja
Berechtigungskonzept infoZugriffskontrolleAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)Access Control Lists
Mutual TLS authentication for Tarantol Enterprise
Password based authentication
Role-based access control (RBAC) and LDAP for Tarantol Enterprise
Users and Roles
Benutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardBenutzer Authentification und Sicherheit via Rexster Graph ServerBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-Standard

Weitere Informationen bereitgestellt vom Systemhersteller

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
Google Cloud DatastoreTarantoolTimesTenTitanValentina Server
DB-Engines Blog Posts

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

alle anzeigen

Graph DBMS increased their popularity by 500% within the last 2 years
3. März 2015, Paul Andlinger

Graph DBMSs are gaining in popularity faster than any other database category
21. Januar 2014, Matthias Gelbmann

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Google Cloud Stops Exit Fees
12. Januar 2024, Spiceworks News and Insights

BigID Data Intelligence Platform Now Available on Google Cloud Marketplace
6. November 2023, PR Newswire

What is Google App Engine? | Definition from TechTarget
26. April 2024, TechTarget

What Is Google Cloud Platform?
28. August 2023, Simplilearn

Google says it’ll stop charging fees to transfer data out of Google Cloud
11. Januar 2024, TechCrunch

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

Tarantool Announces New Enterprise Version With Enhanced Scaling and Monitoring Capabilities
18. Mai 2018, Newswire

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

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

bereitgestellt von Google News

In-memory databases with Emulex Gen 7
25. Oktober 2023, Broadcom Inc.

bereitgestellt von Google News

Amazon DynamoDB Storage Backend for Titan: Distributed Graph Database | Amazon Web Services
24. August 2015, AWS Blog

Beyond Titan: The Evolution of DataStax's New Graph Database
21. Juni 2016, Datanami

Titan Graph Database Integration with DynamoDB: World-class Performance, Availability, and Scale for New Workloads
20. August 2015, All Things Distributed

DataStax acquires Aurelius, the startup behind the Titan graph database
3. Februar 2015, VentureBeat

DSE Graph review: Graph database does double duty
14. November 2019, InfoWorld

bereitgestellt von Google News

A Look at Valentina — SitePoint
18. April 2014, SitePoint

MySQL GUI Tools for Windows and Ubuntu/Linux: Top 8 free or open source
7. Dezember 2018, H2S Media

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.

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

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.

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

Präsentieren Sie hier Ihr Produkt