DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von Redgate Software

DBMS > AlaSQL vs. InfinityDB vs. Lovefield vs. Tarantool vs. TDengine

Vergleich der Systemeigenschaften AlaSQL vs. InfinityDB vs. Lovefield vs. Tarantool vs. TDengine

Redaktionelle Informationen bereitgestellt von DB-Engines
NameAlaSQL  Xaus Vergleich ausschliessenInfinityDB  Xaus Vergleich ausschliessenLovefield  Xaus Vergleich ausschliessenTarantool  Xaus Vergleich ausschliessenTDengine  Xaus Vergleich ausschliessen
KurzbeschreibungJavaScript DBMS libraryA Java embedded Key-Value Store which extends the Java Map interfaceEmbeddable relational database for web apps written in pure JavaScriptIn-memory computing platform with a flexible data schema for efficiently building high-performance applicationsTime Series DBMS and big data platform
Primäres DatenbankmodellDocument Store
Relational DBMS
Key-Value StoreRelational DBMSDocument Store
Key-Value Store
Relational DBMS
Time Series DBMS
Sekundäre DatenbankmodelleSpatial DBMS infowith Tarantool/GIS extensionRelational DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,42
Rang#264  Overall
#42  Document Stores
#122  Relational DBMS
Punkte0,00
Rang#383  Overall
#59  Key-Value Stores
Punkte0,22
Rang#306  Overall
#138  Relational DBMS
Punkte1,63
Rang#139  Overall
#25  Document Stores
#24  Key-Value Stores
#65  Relational DBMS
Punkte2,48
Rang#107  Overall
#9  Time Series DBMS
Websitealasql.orgboilerbay.comgoogle.github.io/­lovefieldwww.tarantool.iogithub.com/­taosdata/­TDengine
tdengine.com
Technische Dokumentationgithub.com/­AlaSQL/­alasqlboilerbay.com/­infinitydb/­manualgithub.com/­google/­lovefield/­blob/­master/­docs/­spec_index.mdwww.tarantool.io/­en/­docdocs.tdengine.com
EntwicklerAndrey Gershun & Mathias R. WulffBoiler Bay Inc.GoogleVKTDEngine, previously Taos Data
Erscheinungsjahr20142002201420082019
Aktuelle Version4.02.1.12, February 20172.10.0, Mai 20223.0, August 2022
Lizenz infoCommercial or Open SourceOpen Source infoMIT-LicensekommerziellOpen Source infoApache 2.0Open Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool EnterpriseOpen Source infoAGPL V3, also commercial editions available
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.
ImplementierungsspracheJavaScriptJavaJavaScriptC und C++C
Server Betriebssystemeserver-less, requires a JavaScript environment (browser, Node.js)Alle Betriebssysteme mit einer Java VMserver-less, requires a JavaScript environment (browser, Node.js) infotested with Chrome, Firefox, IE, SafariBSD
Linux
macOS
Linux
Windows
Datenschemaschemafreija infonested virtual Java Maps, multi-value, logical ‘tuple space’ runtime Schema upgradejaFlexible data schema: relational definition for tables with ability to store json-like documents in columnsja
Typisierung infovordefinierte Datentypen, z.B. float oder dateneinja infoall Java primitives, Date, CLOB, BLOB, huge sparse arraysjastring, double, decimal, uuid, integer, blob, boolean, datetimeja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinneinnein
Sekundärindizesneinnein infomanual creation possible, using inversions based on multi-value capabilityjajanein
SQL infoSupport of SQLClose to SQL99, but no user access control, stored procedures and host language bindings.neinSQL-like query language infovia JavaScript builder patternFull-featured ANSI SQL supportStandard SQL with extensions for time-series applications
APIs und andere ZugriffskonzepteJavaScript APIAccess via java.util.concurrent.ConcurrentNavigableMap Interface
Proprietary API to InfinityDB ItemSpace (boilerbay.com/­docs/­ItemSpaceDataStructures.htm)
Open binary protocolJDBC
RESTful HTTP API
Unterstützte ProgrammiersprachenJavaScriptJavaJavaScriptC
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Rust
Server-seitige Scripts infoStored ProceduresneinneinneinLua, C and SQL stored proceduresnein
TriggersjaneinUsing read-only observersjayes, via alarm monitoring
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenkeinekeinekeineSharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.Sharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenkeinekeinekeineAsynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
ja
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemkeineImmediate Consistency infoREAD-COMMITTED or SERIALIZEDCasual 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
Fremdschlüssel inforeferenzielle Integritätjanein infomanual creation possible, using inversions based on multi-value capabilityjayesnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren Datenmanipulationenja infoonly for local storage and DOM-storageACID infoOptimistic locking for transactions; no isolation for bulk loadsACIDACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactions
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajaja
Durability infoDauerhafte Speicherung der Datenja infoby using IndexedDB, SQL.JS or proprietary FileStoragejayes, by using IndexedDB or the cloud service Firebase Realtime Databaseyes, write ahead loggingja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaneinja infousing MemoryDByes, full featured in-memory storage engine with persistence
Berechtigungskonzept infoZugriffskontrolleneinneinneinAccess Control Lists
Mutual TLS authentication for Tarantol Enterprise
Password based authentication
Role-based access control (RBAC) and LDAP for Tarantol Enterprise
Users and Roles
yes
Weitere Informationen bereitgestellt vom Systemhersteller
AlaSQLInfinityDBLovefieldTarantoolTDengine
Specific characteristicsTDengine™ is a time-series database designed to help traditional industries overcome...
» mehr
Competitive advantagesHigh Performance at Any Scale: With its distributed scalable architecture that grows...
» mehr
Typical application scenariosTDengine is purpose-built for Industry 4.0 and the Industrial IoT (IIoT) and particularly...
» mehr
Market metricsTDengine has garnered over 23,000 stars on GitHub and is used in over 50 countries...
» mehr
Licensing and pricing modelsTDengine OSS is free, open-source software released under the AGPLv3. TDengine Enterprise...
» mehr
Neuigkeiten

Optimize Data Consolidation for Multi-Site Renewable Energy Operations
9. September 2024

Connect Power BI to TDengine
6. September 2024

Using Streams and Subscriptions for Alerting
5. September 2024

Solar Panel Monitoring: OPC UA Ingestion
2. September 2024

Time-Series Databases: A Game Changer for the Renewable Energy Industry
30. August 2024

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
AlaSQLInfinityDBLovefieldTarantoolTDengine
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

HarperDB - How and Why We Built It From The Ground Up on NodeJS
28. Februar 2021, hackernoon.com

Multi faceted data exploration in the browser using Leaflet and amCharts
3. Mai 2020, Towards Data Science

bereitgestellt von Google News

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

VShard — horizontal scaling in Tarantool
7. März 2019, Хабр

Accelerating PHP connectors for Tarantool using Async, Swoole, and Parallel
18. Dezember 2019, Хабр

bereitgestellt von Google News

TDengine Cloud released to developers
19. Oktober 2022, App Developer Magazine

TDengine Brings Open Source Time-Series Database to Kubernetes
19. April 2023, Cloud Native Now

Comparing Different Time-Series Databases
10. Februar 2022, hackernoon.com

MindsDB is now the leading and fastest growing applied ML platform in the world
3. November 2022, PR Newswire

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

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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