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

DBMS > H2 vs. HyperSQL vs. Milvus vs. NCache vs. SingleStore

Vergleich der Systemeigenschaften H2 vs. HyperSQL vs. Milvus vs. NCache vs. SingleStore

Redaktionelle Informationen bereitgestellt von DB-Engines
NameH2  Xaus Vergleich ausschliessenHyperSQL infoalso known as HSQLDB  Xaus Vergleich ausschliessenMilvus  Xaus Vergleich ausschliessenNCache  Xaus Vergleich ausschliessenSingleStore infoformer name was MemSQL  Xaus Vergleich ausschliessen
KurzbeschreibungFull-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.In Java gesschriebenes multithreaded und transaktionales RDBMS infoAuch bekannt unter HSQLDBA DBMS designed for efficient storage of vector data and vector similarity searchesOpen-Source and Enterprise in-memory Key-Value StoreMySQL wire-compliant distributed RDBMS that combines an in-memory row-oriented and a disc-based column-oriented storage with patented universal storage to handle transactional and analytical workloads in one single table type
Primäres DatenbankmodellRelational DBMSRelational DBMSVektor DBMSKey-Value StoreRelational DBMS
Sekundäre DatenbankmodelleSpatial DBMSDocument Store
Suchmaschine infoUsing distributed Lucene
Document Store
Spatial DBMS
Time Series DBMS
Vektor DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte8,22
Rang#50  Overall
#32  Relational DBMS
Punkte3,90
Rang#85  Overall
#46  Relational DBMS
Punkte1,81
Rang#144  Overall
#5  Vektor DBMS
Punkte0,98
Rang#196  Overall
#29  Key-Value Stores
Punkte5,91
Rang#61  Overall
#34  Relational DBMS
Websitewww.h2database.comhsqldb.orgmilvus.iowww.alachisoft.com/­ncachewww.singlestore.com
Technische Dokumentationwww.h2database.com/­html/­main.htmlhsqldb.org/­web/­hsqlDocsFrame.htmlmilvus.io/­docs/­overview.mdwww.alachisoft.com/­resources/­docsdocs.singlestore.com
EntwicklerThomas MuellerAlachisoftSingleStore Inc.
Erscheinungsjahr20052001201920052013
Aktuelle Version2.2.220, Juli 20232.7.2, Juni 20232.3.4, Jänner 20245.3.3, April 20248.5, Jänner 2024
Lizenz infoCommercial or Open SourceOpen Source infodual-licence (Mozilla public license, Eclipse public license)Open Source infoBasiert auf BSD-LizenzOpen Source infoApache Version 2.0Open Source infoEnterprise Edition availablekommerziell infofree developer edition 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.
Zilliz Cloud – Cloud-native service for MilvusSingleStoreDB Cloud: The world's fastest, modern cloud database for both operational (OLTP) and analytical (OLAP) workloads. Available instantly with multi-cloud and hybrid-cloud capabilities
ImplementierungsspracheJavaJavaC++, GoC#, .NET, .NET Core, JavaC++, Go
Server BetriebssystemeAlle Betriebssysteme mit einer Java VMAlle Betriebssysteme mit einer Java VM infoEmbedded (into Java applications) and Client-Server operating modesLinux
macOS info10.14 or later
Windows infowith WSL 2 enabled
Linux
Windows
Linux info64 bit version required
Datenschemajajaschemafreija
Typisierung infovordefinierte Datentypen, z.B. float oder datejajaVector, Numeric and Stringteilweise infoSupported data types are Lists, Queues, Hashsets, Dictionary and Counterja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinneinnein
Sekundärindizesjajaneinjaja
SQL infoSupport of SQLjajaneinSQL-like query syntax and LINQ for searching the cache. Cache Synchronization with SQL Server using SQL dependency.yes infobut no triggers and foreign keys
APIs und andere ZugriffskonzepteJDBC
ODBC
HTTP API infoJDBC via HTTP
JDBC
ODBC
RESTful HTTP APIIDistributedCache
JCache
LINQ
Proprietäres native API
Cluster Management API infoas HTTP Rest and CLI
HTTP API
JDBC
MongoDB API
ODBC
Unterstützte ProgrammiersprachenJavaAll languages supporting JDBC/ODBC
Java
C++
Go
Java
JavaScript (Node.js)
Python
.Net
.Net Core
C#
Java
JavaScript (Node.js)
Python
Scala
Bash
C
C#
Java
JavaScript (Node.js)
Python
Server-seitige Scripts infoStored ProceduresJava Stored Procedures and User-Defined FunctionsJava, SQLneinnein infoUnterstützung für stored procedures mit SQL-Server CLRja
Triggersjajaneinja infoNotificationsnein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenkeinekeineShardingjaSharding infohash partitioning
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenWith clustering: 2 database servers on different computers operate on identical copies of a databasekeineja, mit wählbarer KonsistenzSource-Replica Replikation infostores two copies of each physical data partition on two separate nodes
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinjanein infocan define user-defined aggregate functions for map-reduce-style calculations
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate ConsistencyBounded Staleness
Eventual Consistency
Immediate Consistency
Session Consistency
Tunable Consistency
Eventual Consistency
Immediate Consistency
Strong Eventual Consistency over WAN with Conflict Resolution using Bridge Topology
Immediate Consistency
Fremdschlüssel inforeferenzielle Integritätjajaneinneinnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACIDneinoptimistic Locking und pessimistic LockingACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenyes, multi-version concurrency control (MVCC)jajajayes, multi-version concurrency control (MVCC)
Durability infoDauerhafte Speicherung der Datenjajajajaja infoAll updates are persistent, including those to disk-based columnstores and memory-based row stores. Transaction commits are supported via write-ahead log.
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjajajajaja
Berechtigungskonzept infoZugriffskontrolleBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardRole based access control and fine grained access rightsAuthentifizierung für Zugriff auf Cache mittels Active Directory/LDAP (Rollen: user, administrator)Fine grained access control via users, groups and roles
Weitere Informationen bereitgestellt vom Systemhersteller
H2HyperSQL infoalso known as HSQLDBMilvusNCacheSingleStore infoformer name was MemSQL
Specific characteristicsMilvus is an open-source and cloud-native vector database built for production-ready...
» mehr
NCache has been the market leader in .NET Distributed Caching since 2005 . NCache...
» mehr
SingleStore offers a fully-managed , distributed, highly-scalable SQL database designed...
» mehr
Competitive advantagesHighly available, versatile, and robust with millisecond latency. Supports batch...
» mehr
NCache is 100% .NET/ .NET Core based which fully supports ASP.NET Core Sessions ,...
» mehr
SingleStore’s competitive advantages include: Easy and Simplified Architecture with...
» mehr
Typical application scenariosRAG: retrieval augmented generation Video media : video understanding, video deduplication....
» mehr
NCache enables industries like retail, finance, banking IoT, travel, ecommerce, healthcare...
» mehr
Driving Fast Analytics: SingleStore delivers the fastest and most scalable reporting...
» mehr
Key customersMilvus is trusted by thousands of enterprises, including PayPal, eBay, IKEA, LINE,...
» mehr
Bank of America, Citi, Natures Way, Charter Spectrum, Barclays, Henry Schein, GBM,...
» mehr
IEX Cloud : Improves Financial Data Distribution Speed 15x with Singlestore DB Comcast,...
» mehr
Market metricsAs of January 2024, 25k+ GitHub stars 10M+ downloads and installations​ ​ 3k+ enterprise...
» mehr
Market Leader in .NET Distributed Caching since 2005.
» mehr
Customers in various industries worldwide including US and International Industry...
» mehr
Licensing and pricing modelsMilvus was released under the open-source Apache License 2.0 in October 2019. Fully-managed...
» mehr
NCache Open Source is free on an as-is basis without any support. NCache Enterprise...
» mehr
F ree Tier and Enterprise Edition
» 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
H2HyperSQL infoalso known as HSQLDBMilvusNCacheSingleStore infoformer name was MemSQL
DB-Engines Blog Posts

Vector databases
2. Juni 2023, Matthias Gelbmann

alle anzeigen

Turbocharge Your Application Development Using WebAssembly With SingleStoreDB
17. Oktober 2022,  Akmal Chaudhri, SingleStore (sponsor) 

Cloud-Based Analytics With SingleStoreDB
9. Juni 2022,  Akmal Chaudhri, SingleStore (sponsor) 

SingleStore: The Increasing Momentum of Multi-Model Database Systems
14. Februar 2022,  Akmal Chaudhri, SingleStore (sponsor) 

alle anzeigen

Erwähnungen in aktuellen Nachrichten

HyperSQL DataBase flaw leaves library vulnerable to RCE
24. Oktober 2022, The Daily Swig

Introduction to JDBC with HSQLDB tutorial
14. November 2022, TheServerSide.com

bereitgestellt von Google News

Zilliz Unveils Game-Changing Features for Vector Search
22. März 2024, Datanami

What Is Milvus Vector Database?
6. Oktober 2023, The New Stack

AI-Powered Search Engine With Milvus Vector Database on Vultr
31. Januar 2024, SitePoint

Milvus 2.4 Unveils Game-Changing Features for Enhanced Vector Search
20. März 2024, GlobeNewswire

Zilliz Cloud boosts vector database performance
31. Januar 2024, InfoWorld

bereitgestellt von Google News

How to use NCache in ASP.Net Core
25. Februar 2019, InfoWorld

Custom Response Caching Using NCache in ASP.NET Core
22. April 2020, InfoQ.com

bereitgestellt von Google News

SingleStore CEO sees little future for purpose-built vector databases
24. Januar 2024, VentureBeat

SingleStore adds indexed vector search to Pro Max release for faster AI work – Blocks and Files
29. Januar 2024, Blocks & Files

SingleStore Announces Real-time Data Platform to Further Accelerate AI, Analytics and Application Development
24. Januar 2024, Business Wire

Leveraging SingleStoreDB Cloud Private Connectivity Using AWS PrivateLink | Amazon Web Services
6. Dezember 2023, AWS Blog

Announcing watsonx.ai and SingleStore for generative AI applications
15. November 2023, IBM

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

Neo4j logo

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

AllegroGraph logo

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

Präsentieren Sie hier Ihr Produkt