DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > AlaSQL vs. H2 vs. Microsoft Azure SQL Database vs. Raima Database Manager vs. Solr

Vergleich der Systemeigenschaften AlaSQL vs. H2 vs. Microsoft Azure SQL Database vs. Raima Database Manager vs. Solr

Redaktionelle Informationen bereitgestellt von DB-Engines
NameAlaSQL  Xaus Vergleich ausschliessenH2  Xaus Vergleich ausschliessenMicrosoft Azure SQL Database infofrüher SQL Azure  Xaus Vergleich ausschliessenRaima Database Manager infoformerly named db_Vista  Xaus Vergleich ausschliessenSolr  Xaus Vergleich ausschliessen
KurzbeschreibungJavaScript DBMS libraryFull-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.Relationaler Datenbankdienst aus der Cloud mit großer Kompatibilität zum Microsoft SQL ServerRDBMS with a small footprint, either embedded into an application or used as a database serverEine häufig verwendete Suchmaschinentechnologie basierend auf Apache Lucene
Primäres DatenbankmodellDocument Store
Relational DBMS
Relational DBMSRelational DBMSRelational DBMS
Time Series DBMS
Suchmaschine
Sekundäre DatenbankmodelleSpatial DBMSDocument Store
Graph DBMS
Spatial DBMS
Spatial DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,53
Rang#258  Overall
#40  Document Stores
#119  Relational DBMS
Punkte8,14
Rang#50  Overall
#32  Relational DBMS
Punkte78,51
Rang#15  Overall
#10  Relational DBMS
Punkte0,52
Rang#260  Overall
#120  Relational DBMS
#22  Time Series DBMS
Punkte43,91
Rang#24  Overall
#3  Suchmaschinen
Websitealasql.orgwww.h2database.comazure.microsoft.com/­en-us/­products/­azure-sql/­databaseraima.comsolr.apache.org
Technische Dokumentationgithub.com/­AlaSQL/­alasqlwww.h2database.com/­html/­main.htmldocs.microsoft.com/­en-us/­azure/­azure-sqldocs.raima.comsolr.apache.org/­resources.html
EntwicklerAndrey Gershun & Mathias R. WulffThomas MuellerMicrosoftRaima Inc.Apache Software Foundation
Erscheinungsjahr20142005201019842006
Aktuelle Version2.2.220, Juli 2023V1215, Juni 20219.5.0, Februar 2024
Lizenz infoCommercial or Open SourceOpen Source infoMIT-LicenseOpen Source infodual-licence (Mozilla public license, Eclipse public license)kommerziellkommerziellOpen Source infoApache Version 2
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinjaneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungsspracheJavaScriptJavaC++CJava
Server Betriebssystemeserver-less, requires a JavaScript environment (browser, Node.js)Alle Betriebssysteme mit einer Java VMgehostetAndroid
HP-UX
Integrity RTOS
iOS
Linux
OS X
QNX
Solaris
VxWorks
Windows
Alle Betriebssysteme mit einer Java VM infoLäuft als Servlet in einem Servlet Container (z.B. Tomcat, Jetty ist inkludiert)
Datenschemaschemafreijajajaja infoDynamic Fields enables on-the-fly addition of new fields
Typisierung infovordefinierte Datentypen, z.B. float oder dateneinjajajaja infomit benutzerdefinierten Datentypen und automatic typing
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinjanein infoExporting/Importing of XML structures possibleja
Sekundärindizesneinjajajaja infoAlle Suchfelder werden automatisch indiziert
SQL infoSupport of SQLClose to SQL99, but no user access control, stored procedures and host language bindings.jajajaSolr Parallel SQL Interface
APIs und andere ZugriffskonzepteJavaScript APIJDBC
ODBC
ADO.NET
JDBC
ODBC
ADO.NET
JDBC
ODBC
RESTful HTTP API
Java API
RESTful HTTP/JSON API
Unterstützte ProgrammiersprachenJavaScriptJava.Net
C#
Java
JavaScript (Node.js)
PHP
Python
Ruby
.Net
C
C++
Objective-C
PL/SQL
.Net
Erlang
Java
JavaScript
jede Sprache, die Sockets und entweder XML oder JSON unterstützt
Perl
PHP
Python
Ruby
Scala
Server-seitige Scripts infoStored ProceduresneinJava Stored Procedures and User-Defined FunctionsTransact SQLja infobased on the ANSI/ISO SQL Persistent Stored Modules (PSM) specificationJava plugins
Triggersjajajajaja infoUser configurable commands triggered on index changes
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen Knotenkeinekeinehorizontale PartitionierungSharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenkeineWith clustering: 2 database servers on different computers operate on identical copies of a databaseja, immer mindestens 3 Replikas vorhandenSource-Replica Replikationja
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinneinspark-solr: github.com/­lucidworks/­spark-solr and streaming expressions to reduce
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemkeineImmediate ConsistencyImmediate ConsistencyImmediate Consistency or Eventual Consistency depending on configurationEventual Consistency
Fremdschlüssel inforeferenzielle Integritätjajajajanein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren Datenmanipulationenja infoonly for local storage and DOM-storageACIDACIDACIDoptimistic Locking
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenyes, multi-version concurrency control (MVCC)jayes, multi-version concurrency control (MVCC)ja
Durability infoDauerhafte Speicherung der Datenja infoby using IndexedDB, SQL.JS or proprietary FileStoragejajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjajajaja
Berechtigungskonzept infoZugriffskontrolleneinBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-Standardneinja
Weitere Informationen bereitgestellt vom Systemhersteller
AlaSQLH2Microsoft Azure SQL Database infofrüher SQL AzureRaima Database Manager infoformerly named db_VistaSolr
Specific characteristicsRaima Database Manager (RDM) is an embedded time-series database optimized to run...
» mehr
Competitive advantagesDecreased time-to-market Industry-standard interfaces & tools for making your job...
» mehr
Typical application scenariosTypical use cases include: Internet of Things (IoT) Embedded In-Memory Database Time-Series...
» mehr
Key customersInfor, ABB, The Boeing Company, BAE Systems, Dow Jones, Dun & Bradstreet, Fujitsu,...
» mehr
Market metricsOver 30 000 applications developers worldwide have field-tested RDM products More...
» mehr
Licensing and pricing modelsJust as the technical aspects of Raima Database Manager are flexible, so are the...
» mehr
Neuigkeiten

Raima Unveils RaimaDB 16.0: Elevating Database Performance and User Experience
29. Februar 2024

Raima Announces Release of Raima Database Manager (RDM) v15, a Powerful Embedded Time Series Database
10. Juni 2021

Raima Announces Release of Raima Database Manager (RDM) v14.2, a Powerful IoT Edge Embedded Database
8. Oktober 2020

Raima Joins BlackBerry QNX Channel Partner Program to Deliver Safety-Critical and Secure Software Solutions
1. Oktober 2020

Raima Expands Their Reseller Network in Asia
19. Mai 2020

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
AlaSQLH2Microsoft Azure SQL Database infofrüher SQL AzureRaima Database Manager infoformerly named db_VistaSolr
DB-Engines Blog Posts

PostgreSQL is the DBMS of the Year 2020
4. Januar 2021, Paul Andlinger, Matthias Gelbmann

Cloud-based DBMS's popularity grows at high rates
12. Dezember 2019, Paul Andlinger

The popularity of cloud-based DBMSs has increased tenfold in four years
7. Februar 2017, Matthias Gelbmann

alle anzeigen

Elasticsearch replaced Solr as the most popular search engine
12. Januar 2016, Paul Andlinger

Enterprise Search Engines almost double their popularity in the last 12 months
2. Juli 2014, Paul Andlinger

The DB-Engines ranking includes now search engines
4. Februar 2013, Paul Andlinger

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Create a Marvel Database with SQL and Javascript, the easy way
2. Juli 2019, Towards Data Science

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

Copilot in Azure SQL Database in Private Preview
27. März 2024, InfoQ.com

Microsoft unveils Copilot for Azure SQL Database
27. März 2024, InfoWorld

Microsoft's SQL Managed Instance Offers Full Platform Cloud Solution
25. März 2024, Business Insider

DBCC CLONEDATABASE in Microsoft SQL Server
25. März 2024, microsoft.com

Hands-On with Copilot for Azure SQL Database
21. März 2024, Redmondmag.com

bereitgestellt von Google News

Raima re-bundles their Raima Database Manager packages to align with market trends
14. März 2012, Embedded

Edge Computing Enabling the Future | Wind River
2. Juli 2018, WIND

Raima releases version 3 of Raima Database API for NI LabVIEW
9. November 2014, Embedded

LabVIEW integrates Raima's Database API
7. August 2013, Embedded

IP Core for ASICs & FPGAs meets CAN FD spec
27. Januar 2014, Embedded

bereitgestellt von Google News

SOLR-led walkout demands better conditions for Compass workers
27. Februar 2024, Daily Northwestern

(SOLR) Trading Signals
18. März 2024, Stock Traders Daily

Best Practices from Rackspace for Modernizing a Legacy HBase/Solr Architecture Using AWS Services | Amazon Web ...
9. Oktober 2023, AWS Blog

SOLR hosts teach-in of labor movements at Northwestern
28. Januar 2024, Daily Northwestern

Top 5 stock gainers and losers: SOLR.V, GRSL.V, ANON.C
21. November 2023, Equity.Guru

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

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.

AllegroGraph logo

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

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

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.

Präsentieren Sie hier Ihr Produkt