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

DBMS > H2 vs. HarperDB vs. Memcached vs. OceanBase vs. Typesense

Vergleich der Systemeigenschaften H2 vs. HarperDB vs. Memcached vs. OceanBase vs. Typesense

Redaktionelle Informationen bereitgestellt von DB-Engines
NameH2  Xaus Vergleich ausschliessenHarperDB  Xaus Vergleich ausschliessenMemcached  Xaus Vergleich ausschliessenOceanBase  Xaus Vergleich ausschliessenTypesense  Xaus Vergleich ausschliessen
KurzbeschreibungFull-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.HarperDB takes the "stack" out of "tech stack" by combining an ultra-fast document-style data store, in-memory cache, real-time message broker, and your application components into a single distributed technology.In-memory Key-Value Store, ursprünglich entwickelt für CachingA distributed, high available RDBMS compatible with Oracle and MySQLA typo-tolerant, in-memory search engine optimized for instant search-as-you-type experiences and developer productivity
Primäres DatenbankmodellRelational DBMSDocument StoreKey-Value StoreRelational DBMSSuchmaschine
Sekundäre DatenbankmodelleSpatial DBMSDocument Store
Wide Column Store
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte7,57
Rang#47  Overall
#30  Relational DBMS
Punkte0,55
Rang#243  Overall
#38  Document Stores
Punkte16,84
Rang#32  Overall
#4  Key-Value Stores
Punkte1,97
Rang#119  Overall
#58  Relational DBMS
Punkte0,80
Rang#209  Overall
#14  Suchmaschinen
Websitewww.h2database.comwww.harperdb.iowww.memcached.orgen.oceanbase.comtypesense.org
Technische Dokumentationwww.h2database.com/­html/­main.htmldocs.harperdb.io/­docsgithub.com/­memcached/­memcached/­wikien.oceanbase.com/­docs/­oceanbase-databasetypesense.org/­docs
EntwicklerThomas MuellerHarperDBDanga Interactive infoursprünglich von Brad Fitzpatrick für LiveJournal entwickeltOceanBase infopreviously Alibaba and Ant Group
Erscheinungsjahr20052017200320102015
Aktuelle Version2.2.220, Juli 20233.1, August 20211.6.29, Juni 20244.3.0, April 2024
Lizenz infoCommercial or Open SourceOpen Source infodual-licence (Mozilla public license, Eclipse public license)kommerziell infofree community edition availableOpen Source infoBSD LizenzOpen Source infoCommercial license availableOpen Source infoGPL V3
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.
ImplementierungsspracheJavaNode.jsCC++C++
Server BetriebssystemeAlle Betriebssysteme mit einer Java VMLinux
OS X
FreeBSD
Linux
OS X
Unix
Windows
LinuxLinux
Datenschemajadynamic schemaschemafreijaschemafrei infopre-defined schema optional
Typisierung infovordefinierte Datentypen, z.B. float oder datejaja infoJSON data typesneinjaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinja
Sekundärindizesjajaneinjaja
SQL infoSupport of SQLjaSQL-like data manipulation statementsneinjanein
APIs und andere ZugriffskonzepteJDBC
ODBC
JDBC
ODBC
React Hooks
RESTful HTTP/JSON API
WebSocket
Propriätäres ProtokollJDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Proprietäres native API
Table API
RESTful HTTP API
Unterstützte ProgrammiersprachenJava.Net
C
C#
C++
ColdFusion
D
Dart
Delphi
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Lisp
MatLab
Objective C
Perl
PHP
PowerShell
Prolog
Python
R
Ruby
Rust
Scala
Swift
.Net
C
C++
ColdFusion
Erlang
Java
Lisp
Lua
OCaml
Perl
PHP
Python
Ruby
Ada infoin MySQL-compatible model
C infoin Oracle- and MySQL- compatible models
C++ infoin Oracle- and MySQL- compatible models
D infoin MySQL-compatible model
Delphi infoin MySQL-compatible model
Eiffel infoin MySQL-compatible model
Erlang infoin MySQL-compatible model
Haskell infoin MySQL-compatible model
Java infoin Oracle- and MySQL- compatible models
JavaScript (Node.js) infoin MySQL-compatible model
Objective-C infoin MySQL-compatible model
OCaml infoin MySQL-compatible model
Perl infoin MySQL-compatible model
PHP infoin MySQL-compatible model
Python infoin MySQL-compatible model
Ruby infoin MySQL-compatible model
Scheme infoin MySQL-compatible model
Tcl infoin MySQL-compatible model
.Net infocommunity maintained
Clojure infocommunity maintained
Dart infocommunity maintained
Go infocommunity maintained
Java infocommunity maintained
JavaScript
Perl infocommunity maintained
PHP
Python
Ruby
Rust infocommunity maintained
Swift infocommunity maintained
Server-seitige Scripts infoStored ProceduresJava Stored Procedures and User-Defined FunctionsCustom Functions infosince release 3.1neinPL/SQL in oracle-compatible mode, MySQL Stored Procedure in mysql-compatible modenein
Triggersjaneinneinja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenkeineA table resides as a whole on one (or more) nodes in a clusterkeinehorizontal partitioning (by hash, key, range, range columns, list, and list columns)
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenWith clustering: 2 database servers on different computers operate on identical copies of a databaseja infothe nodes on which a table resides can be definedkeine infoRepcached, ein Memcached Patch, liefert ReplicationMulti-source replication using PaxosMulti-source replication using RAFT
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätjaneinneinjanein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDAtomic execution of specific operationsneinACIDnein
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenyes, multi-version concurrency control (MVCC)jajajaja
Durability infoDauerhafte Speicherung der Datenjayes, using LMDBneinjaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjajaja
Berechtigungskonzept infoZugriffskontrolleBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardAccess rights for users and rolesja infomittels SASL (Simple Authentication and Security Layer) ProtokollAccess rights for users, groups and roles according to 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
H2HarperDBMemcachedOceanBaseTypesense
DB-Engines Blog Posts

Redis extends the lead in the DB-Engines key-value store ranking
3. Februar 2014, 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

HarperDB Attracts Significant Growth Investment from Serent Capital
12. Juni 2024, Business Wire

Defense Innovation Unit Issues Success Memo to HarperDB for its Common Operation Database Prototype
11. September 2024, PR Newswire

DoD Successfully Deploys Commercial AI Solutions for COD Project
10. September 2024, Defense Innovation Unit

Wilson Sonsini Advises Serent Capital on Significant Growth Investment in HarperDB
17. Juni 2024, Wilson Sonsini

HarperDB Receives Growth Investment from Serent Capital
12. Juni 2024, FinSMEs

bereitgestellt von Google News

AMD Ryzen 5 9600X & Ryzen 7 9700X Offer Excellent Linux Performance
7. August 2024, Phoronix

Why DDoS Threat Actors Are Shifting Their Tactics
15. März 2024, Infosecurity Magazine

Why Redis beats Memcached for caching
14. September 2017, InfoWorld

What are memcached servers, and why are they being used to launch record-setting DDoS attacks?
6. März 2018, GeekWire

Memcached Cloud available in the Azure Store
18. April 2014, Microsoft

bereitgestellt von Google News

Fintech giant Ant Group spins off database firm as Alibaba affiliates take stake
3. Juli 2024, South China Morning Post

Meet the Database Built for Modern-Day Pressures (And Your AI Dreams Too)
24. Juni 2024, CDOTrends

OceanBase announces its listing on Google Cloud Marketplace, expanding cloud database services to 80 availability zones worldwide
27. Juni 2024, PR Newswire

OceanBase Cloud Database Will Be Available on Google Cloud Marketplace
27. Juni 2024, Fintech News Singapore

OceanBase Inks Agreement with NTU Singapore in Database Optimization and Green Computing Advancements
31. Januar 2024, PR Newswire

bereitgestellt von Google News

Laravel Scout Adds Typesense, A Lightening-fast Open-source Search
17. Januar 2024, Laravel News

Building fast, fuzzy site search with Laravel and Typesense
29. Juli 2024, Laravel News

China win second Challenger round
10. März 2024, Scrum Queens

5 Recipe Search Engines to Cook Based on Time, Budget, & Ingredients - MUO
19. April 2022, MakeUseOf

Spain plans Six Nations alternative
13. Juli 2017, Scrum Queens

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.

SingleStore logo

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Milvus logo

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