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

DBMS > LokiJS vs. Microsoft Access vs. Oracle NoSQL vs. TerarkDB vs. YugabyteDB

Vergleich der Systemeigenschaften LokiJS vs. Microsoft Access vs. Oracle NoSQL vs. TerarkDB vs. YugabyteDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameLokiJS  Xaus Vergleich ausschliessenMicrosoft Access  Xaus Vergleich ausschliessenOracle NoSQL  Xaus Vergleich ausschliessenTerarkDB  Xaus Vergleich ausschliessenYugabyteDB  Xaus Vergleich ausschliessen
KurzbeschreibungIn-memory JavaScript DBMSMicrosoft Access kombiniert ein Backend (JET bzw. ACE Engine) mit einem grafischen Frontend zur Datenabfrage bzw. Datenmanipulation. infoDas Access-Frontend wird häufig auch für Zugriff auf andere Datenquellen (DBMS, Excel, etc) verwendet.A multi-model, scalable, distributed NoSQL database, designed to provide highly reliable, flexible, and available data management across a configurable set of storage nodesA key-value store forked from RocksDB with advanced compression algorithms. It can be used standalone or as a storage engine for MySQL and MongoDBHigh-performance distributed SQL database for global, internet-scale applications. Wire and feature compatible with PostgreSQL.
Primäres DatenbankmodellDocument StoreRelational DBMSDocument Store
Key-Value Store
Relational DBMS
Key-Value StoreRelational DBMS
Sekundäre DatenbankmodelleDocument Store
Wide Column Store
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,48
Rang#262  Overall
#42  Document Stores
Punkte105,40
Rang#11  Overall
#8  Relational DBMS
Punkte2,96
Rang#103  Overall
#18  Document Stores
#17  Key-Value Stores
#52  Relational DBMS
Punkte0,04
Rang#377  Overall
#58  Key-Value Stores
Punkte3,11
Rang#99  Overall
#51  Relational DBMS
Websitegithub.com/­techfort/­LokiJSwww.microsoft.com/­en-us/­microsoft-365/­accesswww.oracle.com/­database/­nosql/­technologies/­nosqlgithub.com/­bytedance/­terarkdbwww.yugabyte.com
Technische Dokumentationtechfort.github.io/­LokiJSdeveloper.microsoft.com/­en-us/­accessdocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.htmlbytedance.larkoffice.com/­docs/­doccnZmYFqHBm06BbvYgjsHHcKcdocs.yugabyte.com
github.com/­yugabyte/­yugabyte-db
EntwicklerMicrosoftOracleByteDance, originally TerarkYugabyte Inc.
Erscheinungsjahr20141992201120162017
Aktuelle Version1902 (16.0.11328.20222), Maerz 201923.3, Dezember 20232.1, September 2023
Lizenz infoCommercial or Open SourceOpen Sourcekommerziell infoGebündelt mit Microsoft Office LizenzenOpen Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)kommerziell inforestricted open source version availableOpen Source infoApache 2.0
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.
YugabyteDB Managed is the fully managed database-as-a-service offering of YugabyteDB. Get started quickly, and effortlessly ensure continuous availability and limitless scale of your cloud native applications.
ImplementierungsspracheJavaScriptC++JavaC++C und C++
Server BetriebssystemeServerlos, benötigt eine JavaScript Umgebung (Browser, Node.js)Windows infoKein eigentlicher Datenbank-Server, sondern Ausführung von DLL's.Linux
Solaris SPARC/x86
Linux
OS X
DatenschemaschemafreijaSupport Fixed schema and Schema-less deployment with the ability to interoperate between them.schemafreidepending on used data model
Typisierung infovordefinierte Datentypen, z.B. float oder dateneinjaoptionalneinja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinnein
Sekundärindizesja infoüber Viewsjajaneinja
SQL infoSupport of SQLneinja infoaber nicht SQL Standard konformSQL-like DML and DDL statementsneinyes, PostgreSQL compatible
APIs und andere ZugriffskonzepteJavaScript APIADO.NET
DAO
ODBC
OLE DB
RESTful HTTP APIC++ API
Java API
JDBC
YCQL, an SQL-based flexible-schema API with its roots in Cassandra Query Language
YSQL - a fully relational SQL API that is wire compatible with the SQL language in PostgreSQL
Unterstützte ProgrammiersprachenJavaScriptC
C#
C++
Delphi
Java (JDBC-ODBC)
VBA
Visual Basic.NET
C
C#
Go
Java
JavaScript (Node.js)
Python
C++
Java
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
Scala
Server-seitige Scripts infoStored ProceduresView Functions in JavaScriptja infoab Access 2010 mit ACE-Engineneinneinja infosql, plpgsql, C
Triggersjaja infoab Access 2010 mit ACE-Engineneinneinja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenkeinekeineShardingkeineHash and Range Sharding, row-level geo-partitioning
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenkeinekeineElectable source-replica replication per shard. Support distributed global deployment with Multi-region table featurekeineBased on Raft distributed consensus protocol, minimum 3 replicas for continuous availability
MapReduce infoBietet ein API für Map/Reduce Operationenjaneinwith Hadoop integrationneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemkeineEventual Consistency
Immediate Consistency infoabhängig von Konfiguration
Strong consistency on writes and tunable consistency on reads
Fremdschlüssel inforeferenzielle Integritätneinjaneinneinja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren Datenmanipulationennein infoAtomare Operationen innerhalb einer Collection möglichACID infoaber keine Files für Transaktions-Loggingkonfigurierbar infoACID innerhalb eines 'storage nodes' (=shard)neinDistributed ACID with Serializable & Snapshot Isolation. Inspired by Google Spanner architecture.
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajaja
Durability infoDauerhafte Speicherung der Datenja infoSerialisierung einer DB in Node.JS, Cordova/PhoneGap möglich; im Browser mittels IndexedDB-APIja infoaber keine Files für Transaktions-Loggingjajaja infobased on RocksDB
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaja infooff heap cachejanein
Berechtigungskonzept infoZugriffskontrolleneinnein infoeinfache Benutzerverwaltung war vorhanden bis zur Version Access 2003Zugriffsrechte für Benutzer und Rollenneinja
Weitere Informationen bereitgestellt vom Systemhersteller
LokiJSMicrosoft AccessOracle NoSQLTerarkDBYugabyteDB
Specific characteristicsYugabyteDB is an open source distributed SQL database for cloud native transactional...
» mehr
Competitive advantagesPostgreSQL compatible: Get instantly productive with a PostgreSQL compatible RDBMS....
» mehr
Typical application scenariosSystems of record and engagement for cloud native applications that require resilience,...
» mehr
Market metrics2 Million+ lifetime clusters deployed, 6.5K+ GitHub stars, 7K YugabyteDB Community...
» mehr
Licensing and pricing modelsApache 2.0 license for the database
» 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
LokiJSMicrosoft AccessOracle NoSQLTerarkDBYugabyteDB
DB-Engines Blog Posts

New kids on the block: database management systems implemented in JavaScript
1. Dezember 2014, Matthias Gelbmann

alle anzeigen

MS Access drops in DB-Engines Ranking
2. Mai 2013, Paul Andlinger

Microsoft SQL Server regained rank 2 in the DB-Engines popularity ranking
3. Dezember 2012, Matthias Gelbmann

New DB-Engines Ranking shows the popularity of database management systems
3. Oktober 2012, Matthias Gelbmann, Paul Andlinger

alle anzeigen

Erwähnungen in aktuellen Nachrichten

LokiJS - A JavaScript Database
18. November 2014, iProgrammer

bereitgestellt von Google News

Abusing Microsoft Access "Linked Table" Feature to Perform NTLM Forced Authentication Attacks
9. November 2023, Check Point Research

Hackers Exploit Microsoft Access Feature to Steal Windows User’s NTLM Tokens
11. November 2023, CybersecurityNews

MS access program to increase awareness and independence of those living with MS and disability
10. Juli 2023, Nebraska Medicine

After installing Navisworks, Office 2016 (32-bit) applications stopped launching
8. Oktober 2023, Autodesk Redshift

ACCDE File (What It Is and How to Open One)
27. Juli 2023, Lifewire

bereitgestellt von Google News

Enhance enterprise data security and trust: Must see Blockchain Technology sessions at Oracle CloudWorld 2023
21. August 2023, blogs.oracle.com

We built a geo-distributed, serverless modern app using the Oracle NoSQL Database Cloud Service
18. November 2021, blogs.oracle.com

Oracle Beefs Up Its NoSQL Database Offering
3. April 2014, Data Center Knowledge

Oracle Defends Relational DBs Against NoSQL Competitors
25. November 2015, eWeek

Larry Ellison Just Embraced the Enemy. Or Did He?
1. Oktober 2012, WIRED

bereitgestellt von Google News

A Chinese company is making the cloud 200x faster · TechNode
3. Juli 2017, TechNode

bereitgestellt von Google News

Yugabyte Achieves PCI DSS Level 1 Compliance, Validating Secure and Scalable Distributed PostgreSQL for ...
14. März 2024, Business Wire

Yugabyte announced details and theme for Distributed SQL Summit Asia
18. April 2024, Martechcube

Yugabyte Embraces 'No Downtime, No Limits,' as the Theme of the Upcoming Distributed SQL Summit Asia
18. April 2024, Yahoo Finance

YugabyteDB Becomes First Distributed SQL Database Vendor to Complete CIS Benchmark
1. Februar 2024, Datanami

YUGABYTE'S DSS ASIA 2024: UNEARTH POWER, VERSATILITY OF DISTRIBUTED SQL
18. April 2024, BERNAMA

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

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.

Neo4j logo

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

AllegroGraph logo

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

Milvus logo

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

Präsentieren Sie hier Ihr Produkt