DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > Microsoft SQL Server vs. Redis vs. RocksDB

Vergleich der Systemeigenschaften Microsoft SQL Server vs. Redis vs. RocksDB

Bitte wählen Sie ein weiteres System aus, um es in den Vergleich aufzunehmen.

Redaktionelle Informationen bereitgestellt von DB-Engines
NameMicrosoft SQL Server  Xaus Vergleich ausschliessenRedis  Xaus Vergleich ausschliessenRocksDB  Xaus Vergleich ausschliessen
KurzbeschreibungRelationales DBMS von MicrosoftPopular in-memory data platform used as a cache, message broker, and database that can be deployed on-premises, across clouds, and hybrid environments infoRedis legt höchsten Wert auf Performanz. Bei Designentscheidungen wird typischerweise Performanz der Vorzug vor Features oder Speicherbedarf gegeben.Embeddable persistent key-value store optimized for fast storage (flash and RAM)
Primäres DatenbankmodellRelational DBMSKey-Value Store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceKey-Value Store
Sekundäre DatenbankmodelleDocument Store
Graph DBMS
Spatial DBMS
Document Store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Suchmaschine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte920,09
Rang#3  Overall
#3  Relational DBMS
Punkte168,13
Rang#6  Overall
#1  Key-Value Stores
Punkte4,31
Rang#92  Overall
#14  Key-Value Stores
Websitewww.microsoft.com/­en-us/­sql-serverredis.com
redis.io
rocksdb.org
Technische Dokumentationdocs.microsoft.com/­en-US/­sql/­sql-serverdocs.redis.com/­latest/­index.html
redis.io/­documentation
github.com/­facebook/­rocksdb/­wiki
Social network pagesLinkedInTwitterFacebookYouTubeDiscord
EntwicklerMicrosoftRedis project core team, inspired by Salvatore Sanfilippo infoEntwicklung von Redis Inc finanziertFacebook, Inc.
Erscheinungsjahr198920092013
Aktuelle VersionSQL Server 2022, November 20227.0.11, April 20237.10.2, Maerz 2023
Lizenz infoCommercial or Open Sourcekommerziell infoeingeschränkte kostenlose Version verfügbarOpen Source infosource-available extensions (modules), commercial licenses for Redis EnterpriseOpen Source infoBSD
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
  • Aiven for Redis: Fully managed in-memory key-value store, for all your caching and speedy lookup needs.
  • Redis Enterprise Cloud: Instantly scale and pay only for the resources you need - on any cloud - AWS, Azure or Google Cloud.
  • ScaleGrid Hosting for Redis: Fully managed hosting for Redis on a wide variety of cloud providers and On-Premises. Get advanced monitoring and automate your management through one centralized platform.
ImplementierungsspracheC++CC++
Server BetriebssystemeLinux
Windows
BSD
Linux
OS X
Windows infoportiert und gewartet durch Microsoft Open Technologies, Inc.
Linux
Datenschemajaschemafreischemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder datejateilweise infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesnein
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTjaneinnein
Sekundärindizesjaja infowith RediSearch modulenein
SQL infoSupport of SQLjaneinnein
APIs und andere ZugriffskonzepteADO.NET
JDBC
ODBC
OLE DB
Tabular Data Stream (TDS)
Proprietäres Protokoll infoRESP - REdis Serialization ProtocolC++ API
Java API
Unterstützte ProgrammiersprachenC#
C++
Delphi
Go
Java
JavaScript (Node.js)
PHP
Python
R
Ruby
Visual Basic
C
C#
C++
Clojure
Crystal
D
Dart
Elixir
Erlang
Fancy
Go
Haskell
Haxe
Java
JavaScript (Node.js)
Lisp
Lua
MatLab
Objective-C
OCaml
Pascal
Perl
PHP
Prolog
Pure Data
Python
R
Rebol
Ruby
Rust
Scala
Scheme
Smalltalk
Swift
Tcl
Visual Basic
C
C++
Go
Java
Perl
Python
Ruby
Server-seitige Scripts infoStored ProceduresTransact SQL, .NET languages, R, Python and (with SQL Server 2019) JavaLua; Redis Functions coming in Redis 7 (slides and Github)nein
Triggersjapublish/subscribe channels provide some trigger functionality; RedisGears
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenTabellen können auf mehrere Files aufgeteilt werden (horizontale Partitionierung), sharding möglich (mittels federation)Sharding infoAutomatic hash-based sharding with support for hash-tags for manual shardinghorizontal partitioning
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenja, aber abhängig von der SQL-Server EditionMulti-Source Replikation infowith Redis Enterprise Pack
Source-Replica Replikation infoChained replication wird unterstützt
ja
MapReduce infoBietet ein API für Map/Reduce Operationenneinthrough RedisGearsnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyEventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Fremdschlüssel inforeferenzielle Integritätjaneinnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDAtomic execution of command blocks and scripts and optimistic lockingja
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjaja infoDatenzugriffe werden vom Server serialisiertja
Durability infoDauerhafte Speicherung der Datenjaja infokonfigurierbare Persistenzmechanismen via snapshots oder logsja
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 Control Lists (ACLs): redis.io/­topics/­acl
LDAP and Role-Based Access Control (RBAC) for Redis Enterprise
Mutual TLS authentication: redis.io/­topics/­encryption
Password-based authentication
nein
Weitere Informationen bereitgestellt vom Systemhersteller
Microsoft SQL ServerRedisRocksDB
Specific characteristicsThe Redis real-time data platform builds upon the unmatched simplicity and speed...
» mehr
Competitive advantagesRedis Enterprise is a robust in-memory database platform built by the people who...
» mehr
Typical application scenariosRedis Enterprise is used by large enterprise, startup, and government organizations...
» mehr
Key customersVerizon, Vodafone, Atlassian, Trip Advisor, Jet.com, Nokia, Samsung, HTC, Docker,...
» mehr
Market metricsMost launched Docker container per day according to Docker Hub (7.2M launches per...
» mehr
Licensing and pricing modelsRedis Enterprise Cloud lets users scale up and down instantly, and pay only for the...
» 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

SQLFlow: Provides a visual representation of the overall flow of data. Automated SQL data lineage analysis across Databases, ETL, Business Intelligence, Cloud and Hadoop environments by parsing SQL Script and stored procedure.
» mehr

DBHawk: Secure access to SQL, NoSQL and Cloud databases with an all-in-one solution.
» mehr

Navicat for SQL Server gives you a fully graphical approach to database management and development.
» mehr
Read the Redis NoSQL benchmark report.
» mehr

CData: Connect to Big Data & NoSQL through standard Drivers.
» mehr

Redisson PRO: The ultra-fast Redis Java Client.
» mehr

Aiven for Redis: Store and access your data quickly and efficiently.
» mehr
Speedb: A high performance RocksDB-compliant key-value store optimized for write-intensive workloads.
» 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
Microsoft SQL ServerRedisRocksDB
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

PostgreSQL is the DBMS of the Year 2018
2. Januar 2019, Paul Andlinger, Matthias Gelbmann

MySQL, PostgreSQL and Redis are the winners of the March ranking
2. März 2016, Paul Andlinger

MongoDB is the DBMS of the year, defending the title from last year
7. Januar 2015, Paul Andlinger, Matthias Gelbmann

alle anzeigen

Erwähnungen in aktuellen Nachrichten

How to Import Data From SQL Server to Excel Using Power Query Easily - MUO
26. Mai 2023, MakeUseOf

Severe Flaw in Google Cloud's Cloud SQL Service Exposed Confidential Data
26. Mai 2023, The Hacker News

What you need to know about SQL Server 2022
29. Juli 2022, TechRepublic

What is Microsoft SQL Server? A definition from WhatIs.com
28. Februar 2022, TechTarget

Microsoft Announcement: Microsoft Fabric – SQLServerCentral
31. Mai 2023, sqlservercentral.com

bereitgestellt von Google News

Optimizing Mastodon Performance with Sidekiq and Redis Enterprise
18. Mai 2023, The New Stack

Pliops and phoenixNAP team up to turbocharge Redis – Blocks and ...
26. Mai 2023, Blocks and Files

Briefing: Twitter Stopped Paying Cloud Bill Before DeSantis Glitch
30. Mai 2023, The Information

Innovation Profile: How CIOs Deploy Redis to Optimize Speed, Cost
26. Mai 2023, Acceleration Economy

Swiss real estate agency fails to put a password on its systems
30. Mai 2023, CyberNews.com

bereitgestellt von Google News

CockroachDB Launches Advanced Key-Value Store Pebble
23. Dezember 2022, Analytics India Magazine

TiKV Overview
30. Mai 2023, docs.pingcap.com

Blog
9. November 2022, rocksdb.org

Osquery: Under the Hood
18. Mai 2023, kolide.com

unum-cloud/ustore: Replacing MongoDB, Neo4J, and Elastic with 1 transactional database. Features: zero-copy ...
17. Mai 2023, GitHub

bereitgestellt von Google News

Jobangebote

SQL Server Database Admin
Mindcracker, Remote

SQL Server Database Administrator
General Motors, Austin, TX

SQL Server Developer
Info Origin, Inc., Remote

SQL Server DBA
The Evolvers Group, Remote

SQL Server Database Engineer (Remote)
Broadridge, Virginia

Database Administrator (Kubernetes)
Power Home Remodeling, Greenbelt, MD

NoSQL Database Administrator
Accolite Digital, Englewood, CO

Database Administrator (Kubernetes)
Power Home Remodeling, Leesburg, VA

Director, Engineering- Database (Keyvalue)
GEICO, Chevy Chase, MD

Principal Database Developer - GIS
Concepts Beyond, LLC, Remote, DC

AWS Data Engineer
Anblicks, Dallas, TX

Search Engineer - Back End
Brave, San Francisco, CA

Senior Software Engineer
Tintri, Santa Clara, CA

Senior Software Engineer
Data Direct Networks, Santa Clara, CA

Principal Engineer - Database Internals
Snowflake, San Mateo, CA

jobs by Indeed



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

Cassandra Forward online event

Want to level up your Cassandra game?
If you missed the event or would like to re-watch a session, replays are available now. Watch now!

Redis logo

The world’s most loved real‑time data platform.
Try free

MariaDB logo

SkySQL, the ultimate
MariaDB cloud, is here.

Get started with SkySQL today!

Vertica logo

Vertica Accelerator. The fastest analytics and machine learning, delivered as SaaS, with automated setup, administration, and management. Free trial.

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