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

DBMS > Brytlyt vs. HEAVY.AI vs. NCache vs. searchxml vs. Tarantool

Vergleich der Systemeigenschaften Brytlyt vs. HEAVY.AI vs. NCache vs. searchxml vs. Tarantool

Redaktionelle Informationen bereitgestellt von DB-Engines
NameBrytlyt  Xaus Vergleich ausschliessenHEAVY.AI infoFormerly named 'OmniSci', rebranded to 'HEAVY.AI' in March 2022  Xaus Vergleich ausschliessenNCache  Xaus Vergleich ausschliessensearchxml  Xaus Vergleich ausschliessenTarantool  Xaus Vergleich ausschliessen
KurzbeschreibungScalable GPU-accelerated RDBMS for very fast analytic and streaming workloads, leveraging PostgreSQLA high performance, column-oriented RDBMS, specifically developed to harness the massive parallelism of modern CPU and GPU hardwareOpen-Source and Enterprise in-memory Key-Value StoreDBMS for structured and unstructured content wrapped with an application serverIn-memory computing platform with a flexible data schema for efficiently building high-performance applications
Primäres DatenbankmodellRelational DBMSRelational DBMSKey-Value StoreNative XML DBMS
Suchmaschine
Document Store
Key-Value Store
Relational DBMS
Sekundäre DatenbankmodelleSpatial DBMSDocument Store
Suchmaschine infoUsing distributed Lucene
Spatial DBMS infowith Tarantool/GIS extension
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,27
Rang#292  Overall
#132  Relational DBMS
Punkte1,41
Rang#153  Overall
#71  Relational DBMS
Punkte0,91
Rang#196  Overall
#29  Key-Value Stores
Punkte0,00
Rang#385  Overall
#7  Native XML DBMS
#24  Suchmaschinen
Punkte1,63
Rang#139  Overall
#25  Document Stores
#24  Key-Value Stores
#65  Relational DBMS
Websitebrytlyt.iogithub.com/­heavyai/­heavydb
www.heavy.ai
www.alachisoft.com/­ncachewww.searchxml.net/­category/­productswww.tarantool.io
Technische Dokumentationdocs.brytlyt.iodocs.heavy.aiwww.alachisoft.com/­resources/­docswww.searchxml.net/­support/­handoutswww.tarantool.io/­en/­doc
EntwicklerBrytlytHEAVY.AI, Inc.Alachisoftinformationpartners gmbhVK
Erscheinungsjahr20162016200520152008
Aktuelle Version5.0, August 20235.10, Jänner 20225.3.3, April 20241.02.10.0, Mai 2022
Lizenz infoCommercial or Open SourcekommerziellOpen Source infoApache Version 2; enterprise edition availableOpen Source infoEnterprise Edition availablekommerziellOpen Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool Enterprise
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.
ImplementierungsspracheC, C++ and CUDAC++ and CUDAC#, .NET, .NET Core, JavaC++C und C++
Server BetriebssystemeLinux
OS X
Windows
LinuxLinux
Windows
WindowsBSD
Linux
macOS
DatenschemajajaschemafreischemafreiFlexible data schema: relational definition for tables with ability to store json-like documents in columns
Typisierung infovordefinierte Datentypen, z.B. float oder datejajateilweise infoSupported data types are Lists, Queues, Hashsets, Dictionary and Counterjastring, double, decimal, uuid, integer, blob, boolean, datetime
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTja infospecific XML-type available, but no XML query functionality.neinneinjanein
Sekundärindizesjaneinjajaja
SQL infoSupport of SQLjajaSQL-like query syntax and LINQ for searching the cache. Cache Synchronization with SQL Server using SQL dependency.neinFull-featured ANSI SQL support
APIs und andere ZugriffskonzepteADO.NET
JDBC
native C library
ODBC
streaming API for large objects
JDBC
ODBC
Thrift
Vega
IDistributedCache
JCache
LINQ
Proprietäres native API
RESTful HTTP API
WebDAV
XQuery
XSLT
Open binary protocol
Unterstützte Programmiersprachen.Net
C
C++
Delphi
Java
Perl
Python
Tcl
All languages supporting JDBC/ODBC/Thrift
Python
.Net
.Net Core
C#
Java
JavaScript (Node.js)
Python
Scala
C++ infomost other programming languages supported via APIsC
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
Server-seitige Scripts infoStored Proceduresbenutzerdefinierte Funktionen infoin PL/pgSQLneinnein infoUnterstützung für stored procedures mit SQL-Server CLRja infoon the application serverLua, C and SQL stored procedures
Triggersjaneinja infoNotificationsneinja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding infoRound robinjakeineSharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenSource-Replica ReplikationMulti-Source Replikationja, mit wählbarer Konsistenzja infosychronisation to multiple collectionsAsynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinjanein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate ConsistencyEventual Consistency
Immediate Consistency
Strong Eventual Consistency over WAN with Conflict Resolution using Bridge Topology
Immediate ConsistencyCasual 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ätjaneinneinneinyes
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDneinoptimistic Locking und pessimistic LockingMehrere Lese-, ein SchreibprozessACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactions
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajajaja
Durability infoDauerhafte Speicherung der Datenjajajajayes, write ahead logging
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjajaneinyes, full featured in-memory storage engine with persistence
Berechtigungskonzept infoZugriffskontrolleBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardAuthentifizierung für Zugriff auf Cache mittels Active Directory/LDAP (Rollen: user, administrator)Domain, group and role-based access control at the document level and for application servicesAccess Control Lists
Mutual TLS authentication for Tarantol Enterprise
Password based authentication
Role-based access control (RBAC) and LDAP for Tarantol Enterprise
Users and Roles
Weitere Informationen bereitgestellt vom Systemhersteller
BrytlytHEAVY.AI infoFormerly named 'OmniSci', rebranded to 'HEAVY.AI' in March 2022NCachesearchxmlTarantool
Specific characteristicsNCache has been the market leader in .NET Distributed Caching since 2005 . NCache...
» mehr
Competitive advantagesNCache is 100% .NET/ .NET Core based which fully supports ASP.NET Core Sessions ,...
» mehr
Typical application scenariosNCache enables industries like retail, finance, banking IoT, travel, ecommerce, healthcare...
» mehr
Key customersBank of America, Citi, Natures Way, Charter Spectrum, Barclays, Henry Schein, GBM,...
» mehr
Market metricsMarket Leader in .NET Distributed Caching since 2005.
» mehr
Licensing and pricing modelsNCache Open Source is free on an as-is basis without any support. NCache Enterprise...
» 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
BrytlytHEAVY.AI infoFormerly named 'OmniSci', rebranded to 'HEAVY.AI' in March 2022NCachesearchxmlTarantool
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

Opensignal Announces Acquisition of Brytlyt GPU-based Data Analytics & Visualization Technology
5. Juni 2024, PR Web

Brytlyt releases version 5.0, introducing a more intuitive, intelligent and flexible analytics platform
1. August 2023, PR Newswire

Bringing GPUs To Bear On Bog Standard Relational Databases
26. Februar 2018, The Next Platform

London’s Brytlyt raises €4.4 million for its data analytics and visualisation technology
22. Dezember 2021, EU-Startups

Brytlyt Unleashes Serverless GPU-Acceleration for Analytics
15. September 2021, PR Newswire

bereitgestellt von Google News

Dr. Mike Flaxman, VP or Product Management at HEAVY.AI – Interview Series
19. September 2024, Unite.AI

5 Q’s for Mike Flaxman, Vice President of Heavy.AI
15. August 2024, Center for Data Innovation

HEAVY.AI Accelerates Big Data Analytics with Vultr's High-Performance GPU Cloud Infrastructure
11. September 2024, insideBIGDATA

HEAVY.AI Accelerates Big Data Analytics with Vultr’s High-Performance GPU Cloud Infrastructure
11. September 2024, insideBIGDATA

Meta delivers strong earnings, but weak guidance and heavy AI spending prompt investors to bail
24. April 2024, SiliconANGLE News

bereitgestellt von Google News

How to use NCache in ASP.Net Core
9. Juli 2024, InfoWorld

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

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



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

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

SingleStore logo

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

Präsentieren Sie hier Ihr Produkt