NoSQL is a non-relational database used to store different types of unstructured data. It is a language to store and read the data.
It is generally used to classify with below characteristics
SQL is a Query language used to save, insert, and update relational data into the database. NoSQL is a query language to save and update non-relational data.
Following is a comparison of SQL and NoSQL.
Procedure Language | Object-Oriented Language |
---|---|
Contains Procedure | Contains Methods |
Records | Objects |
Modules | Classes |
NoSQL databases are categorized as per data models, These are optimized for performance and scaling of any type of data.
Following are list of NoSQL databases with examples
Type | Database Example |
---|---|
Key- Value | Amazon DynamoDB,Redis |
Document Oriented Database | MongoDB, CouchDB |
Graph Database | Neo4j,InfoGrid |
Column Store | HBase, Cassandra |
In memory | EhCache |
Searching | Solr, Elastic Search |
Redis Tutorials features, advantages disadvantages .
Posted January 1, 0001 by ‐ 3 min read
How to take backup and restore data in Redis server, How to move Redis database from one server to another server, and another way to setup replication with master-slave architecture.
Posted December 31, 2022 by ‐ 2 min read
Redis Command line interface redis-cli with frequently used commands.
Posted December 31, 2022 by ‐ 1 min read
How to view default and update configuration in Redis.
Posted December 31, 2022 by ‐ 4 min read
Redis keys standard naming conventions size, namespace, separator used for designing keys for better readable, maintainable, and faster lookups
Posted December 31, 2022 by ‐ 2 min read
how to delete all keys in the Redis server database., Flushdb and flush all asynchronously and synchronously
Posted December 31, 2022 by ‐ 3 min read
How to disable persistence in Redis Database? It disables Append only file and Redis backup persistence feature with redis.conf or using config set command
Posted December 31, 2022 by ‐ 1 min read
How to setup and configure Redis with docker and docker-compose, install, restart docker volume, access remote server with port configuration
Posted December 31, 2022 by ‐ 3 min read
how to delete all keys in the Redis server database., Flushdb and flush all asynchronously and synchronously
Posted December 31, 2022 by ‐ 1 min read
Redis keys Count command examples for keys and db size
Posted December 31, 2022 by ‐ 1 min read
Learn Difference and compare redis and Memcached with examples
Posted December 31, 2022 by ‐ 1 min read
Redis keys standard naming conventions size, namespace, separator used for designing keys for better readable, maintainable, and faster lookups
Posted December 31, 2022 by ‐ 2 min read
Learn Step By Step Difference between Redis PubSub vs RabbitMQ and comparison.
Posted December 31, 2022 by ‐ 1 min read
How to connect to a remote Redis server?.
Posted December 31, 2022 by ‐ 1 min read
How to Change password and connect to Redis connection to server with password?.
Posted December 31, 2022 by ‐ 2 min read
Multiple ways to Stop Redis server in Windows, Linux, Unix, Ubuntu, and MACOS using services brew systemctl and service commands
Posted December 31, 2022 by ‐ 2 min read
Step by Step guide How to install,uninstall,upgrade,start,stop redis server in Linux,Ubuntu, and Unix
Posted December 31, 2022 by ‐ 2 min read
Learn How to check the Redis Server and CLI Version.
Posted December 31, 2022 by ‐ 2 min read
Step by Step guide How to install,uninstall,upgrade,start,stop redis server in MacOS
Posted December 31, 2022 by ‐ 2 min read
Learn Step By Step to install and set up Redis on Windows.
Posted December 31, 2022 by ‐ 2 min read
What are different data types in Redis Database,Strings,Lists, Sets,SortedSet, Hashes,HyperLogLogs, Bitmaps(BitStrings)
Posted December 31, 2022 by ‐ 3 min read
ElasticSearch Tutorials features, advantages disadvantages .
Posted January 1, 0001 by ‐ 1 min read
Elastic search installation step by step tutorials on windows .
Posted January 1, 0001 by ‐ 2 min read
MongoDB Tutorials features, advantages disadvantages .
Posted January 1, 0001 by ‐ 1 min read