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

DBMS > Google Cloud Datastore vs. Microsoft SQL Server vs. SpaceTime vs. TimescaleDB vs. Weaviate

Vergleich der Systemeigenschaften Google Cloud Datastore vs. Microsoft SQL Server vs. SpaceTime vs. TimescaleDB vs. Weaviate

Redaktionelle Informationen bereitgestellt von DB-Engines
NameGoogle Cloud Datastore  Xaus Vergleich ausschliessenMicrosoft SQL Server  Xaus Vergleich ausschliessenSpaceTime  Xaus Vergleich ausschliessenTimescaleDB  Xaus Vergleich ausschliessenWeaviate  Xaus Vergleich ausschliessen
KurzbeschreibungSelbst skalierendes NoSQL Datenbankservice in der Google Cloud PlattformRelationales DBMS von MicrosoftSpaceTime ist ein Spatio-temporal DBMS mit Focus auf Performance.A time series DBMS optimized for fast ingest and complex queries, based on PostgreSQLAn AI-native realtime vector database engine that integrates scalable machine learning models.
Primäres DatenbankmodellDocument StoreRelational DBMSSpatial DBMSTime Series DBMSVektor DBMS
Sekundäre DatenbankmodelleDocument Store
Graph DBMS
Spatial DBMS
Relational DBMSRelational DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte4,47
Rang#76  Overall
#12  Document Stores
Punkte824,29
Rang#3  Overall
#3  Relational DBMS
Punkte0,00
Rang#383  Overall
#7  Spatial DBMS
Punkte4,64
Rang#71  Overall
#4  Time Series DBMS
Punkte1,73
Rang#143  Overall
#5  Vektor DBMS
Websitecloud.google.com/­datastorewww.microsoft.com/­en-us/­sql-serverwww.mireo.com/­spacetimewww.timescale.comgithub.com/­weaviate/­weaviate
weaviate.io
Technische Dokumentationcloud.google.com/­datastore/­docslearn.microsoft.com/­en-US/­sql/­sql-serverdocs.timescale.comweaviate.io/­developers/­weaviate
EntwicklerGoogleMicrosoftMireoTimescaleWeaviate B.V.
Erscheinungsjahr20081989202020172019
Aktuelle VersionSQL Server 2022, November 20222.13.0, November 20231.19, Mai 2023
Lizenz infoCommercial or Open Sourcekommerziellkommerziell infoeingeschränkte kostenlose Version verfügbarkommerziellOpen Source infoApache 2.0Open Source infocommercial license available with Weaviate Enterprise
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarjaneinneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungsspracheC++C++CGo
Server BetriebssystemegehostetLinux
Windows
LinuxLinux
OS X
Windows
Datenschemaschemafreijajajayes, maps to GraphQL interface
Typisierung infovordefinierte Datentypen, z.B. float oder dateja, Details hierjajajaja infostring, int, float, geo point, date, cross reference, fuzzy references
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinjaneinjanein
Sekundärindizesjajaneinjaja infoall data objects are indexed in a semantic vector space (the Contextionary), all primitive fields are indexed
SQL infoSupport of SQLSQL-like query language (GQL)jaA subset of ANSI SQL is implementedja infofull PostgreSQL SQL syntaxGraphQL is used as query language
APIs und andere ZugriffskonzeptegRPC (using protocol buffers) API
RESTful HTTP/JSON API
ADO.NET
JDBC
ODBC
OLE DB
Tabular Data Stream (TDS)
RESTful HTTP APIADO.NET
JDBC
native C library
ODBC
streaming API for large objects
GraphQL query language
RESTful HTTP/JSON API
Unterstützte Programmiersprachen.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
C#
C++
Delphi
Go
Java
JavaScript (Node.js)
PHP
Python
R
Ruby
Visual Basic
C#
C++
Python
.Net
C
C++
Delphi
Java infoJDBC
JavaScript
Perl
PHP
Python
R
Ruby
Scheme
Tcl
JavaScript / TypeScript
Python
Server-seitige Scripts infoStored Proceduresmit Google App EngineTransact SQL, .NET languages, R, Python and (with SQL Server 2019) Javaneinbenutzerdefinierte Funktionen, PL/Tcl, PL/Perl, PL/Python, PL/Java, PL/PHP, PL/R, PL/Ruby, PL/Scheme, PL/Unix shellnein
TriggersCallbacks mit Google Apps Enginejaneinjanein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenShardingTabellen können auf mehrere Files aufgeteilt werden (horizontale Partitionierung), sharding möglich (mittels federation)Fixed-grid hypercubesyes, across time and space (hash partitioning) attributesSharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenMulti-source replication using Paxosja, aber abhängig von der SQL-Server EditionReal-time block device replication (DRBD)Source-Replica Replikation infoja
MapReduce infoBietet ein API für Map/Reduce Operationenja infomittels Google Cloud Dataflowneinneinneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate Consistency or Eventual Consistency depending on type of query and configuration infoStrong Consistency is default for entity lookups and queries within an Entity Group (but can instead be made eventually consistent). Other queries are always eventual consistent.Immediate ConsistencyImmediate ConsistencyImmediate ConsistencyEventual Consistency
Fremdschlüssel inforeferenzielle Integritätja infovia ReferenceProperties or Ancestor pathsjaneinjanein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACID infoSerializable Isolation within Transactions, Read Committed outside of TransactionsACIDneinACIDnein
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajajaja
Durability infoDauerhafte Speicherung der Datenjajajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinjaneinneinja
Berechtigungskonzept infoZugriffskontrolleAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)Benutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardjaBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardAPI Keys
OpenID Connect Discovery
Weitere Informationen bereitgestellt vom Systemhersteller
Google Cloud DatastoreMicrosoft SQL ServerSpaceTimeTimescaleDBWeaviate
Specific characteristicsWeaviate is an open source vector database that is robust, scalable, cloud-native,...
» mehr
Competitive advantagesFlexible deployment - Free, open source or fully-managed cloud vector database service...
» mehr
Typical application scenariosAs a database supporting the development of generative AI and semantic search applications...
» mehr
Key customersAll companies that have data. ​
» mehr
Market metricsAs of mid 2023: Over 2 million open source downloads 3500+ Weaviate Slack community...
» mehr
Licensing and pricing modelsWeaviate is open-source, and free to use. Weaviate is also available as a fully managed...
» 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
DrittanbieterNavicat Monitor is a safe, simple and agentless remote server monitoring tool for SQL Server and many other database management systems.
» mehr

Navicat for SQL Server gives you a fully graphical approach to database management and development.
» mehr

Wir laden Vertreter von Anbietern von zugehörigen Produkten ein uns zu kontaktieren, um hier Informationen über ihre Angebote zu präsentieren.

Weitere Ressourcen
Google Cloud DatastoreMicrosoft SQL ServerSpaceTimeTimescaleDBWeaviate
DB-Engines Blog Posts

MySQL is the DBMS of the Year 2019
3. Januar 2020, Matthias Gelbmann, Paul Andlinger

The struggle for the hegemony in Oracle's database empire
2. Mai 2017, Paul Andlinger

Microsoft SQL Server is the DBMS of the Year
4. Januar 2017, Matthias Gelbmann, Paul Andlinger

alle anzeigen

Weaviate, an ANN Database with CRUD support
2. Februar 2021,  Etienne Dilocker, SeMI Technologies (sponsor) 

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Google Cloud Stops Exit Fees
12. Januar 2024, Spiceworks News and Insights

Best cloud storage of 2024
29. April 2024, TechRadar

BigID Data Intelligence Platform Now Available on Google Cloud Marketplace
6. November 2023, PR Newswire

What is Google App Engine? | Definition from TechTarget
26. April 2024, TechTarget

What Is Google Cloud Platform?
28. August 2023, Simplilearn

bereitgestellt von Google News

SolarWinds upgrades free Plan Explorer tool for enhanced SQL Server analysis
5. Mai 2024, IT Brief New Zealand

Why migrate Windows Server and SQL Server to Azure: ROI, innovation, and free offers
25. April 2024, Microsoft

RDS Custom for SQL Server supports SQL Server Developer Edition
17. November 2023, AWS Blog

How to Know When It's Time for a Microsoft SQL Server Upgrade
31. Oktober 2023, BizTech Magazine

Deploying a highly available Microsoft SQL Server database on Oracle Cloud Infrastructure (OCI) using AlwaysON ...
9. Oktober 2023, Oracle

bereitgestellt von Google News

TimescaleDB Is a Vector Database Now, Too
25. September 2023, Datanami

Timescale Acquires PopSQL to Bring a Modern, Collaborative SQL GUI to PostgreSQL Developers
4. April 2024, PR Newswire

Power IoT and time-series workloads with TimescaleDB for Azure Database for PostgreSQL
18. März 2019, Microsoft

Timescale Valuation Rockets to Over $1B with $110M Round, Marking the Explosive Rise of Time-Series Data
22. Februar 2022, businesswire.com

Visualizing IoT Data at Scale With Hopara and TimescaleDB
16. Mai 2023, Embedded Computing Design

bereitgestellt von Google News

Build enterprise-ready generative AI solutions with Cohere foundation models in Amazon Bedrock and Weaviate vector ...
24. Januar 2024, AWS Blog

Weaviate Partners with Snowflake to Bring Secure GenAI to Snowpark Container Services
8. Februar 2024, Datanami

Weaviate Partners with Snowflake to Bring Secure GenAI to Snowpark Container Services
9. Februar 2024, AiThority

Foley Represents Cortical Ventures in $50M Series B Round for Weaviate
17. Dezember 2023, Foley & Lardner LLP

Getting Started with Weaviate: A Beginner's Guide to Search with Vector Databases
18. Juli 2023, Towards Data Science

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.

Milvus logo

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

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

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.

Präsentieren Sie hier Ihr Produkt