NoSQL is an non relational database used to store different types of unstructured data. It is an language to store and read the data.
SQL is an Query language used to save, insert, update relational data into database. NoSQL is an 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 categorize as per data models, These are optimized for performance and scaling of an any type of data.
Following are list of NoSQL database with examples
Type | Database Example |
---|---|
Key- Value | Amazon DynamoDB |
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
Learn Step By Step to install and set up Redis on Windows.
Posted May 17, 2022 by ‐ 1 min read
Learn Step By Step to install and set up Redis on Windows.
Posted May 2, 2022 by ‐ 1 min read
Redis Command line interface redis-cli with frequently used commands.
Posted May 1, 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 April 29, 2022 by ‐ 2 min read
How to setup and configure Redis with docker and docker-compose, install, restart docker volume, access remote server with port configuration
Posted April 28, 2022 by ‐ 3 min read
how to delete all keys in the Redis server database., Flushdb and flush all asynchronously and synchronously
Posted April 28, 2022 by ‐ 1 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 April 27, 2022 by ‐ 1 min read
How to Change password and connect to Redis connection to server with password?.
Posted April 27, 2022 by ‐ 1 min read
How to view default and update configuration in Redis.
Posted April 26, 2022 by ‐ 4 min read
How to take backup and restore data in Redis server, How to move Redis database from one server to another server, another way to setup replication with master-slave architecture.
Posted April 25, 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 April 25, 2022 by ‐ 2 min read
how to delete all keys in the Redis server database., Flushdb and flush all asynchronously and synchronously
Posted April 24, 2022 by ‐ 3 min read
Redis keys standard naming conventions size, namespace, separator used for designing keys for better readable, maintainable, and faster lookups
Posted April 24, 2022 by ‐ 2 min read
Redis keys standard naming conventions size, namespace, separator used for designing keys for better readable, maintainable, and faster lookups
Posted January 1, 0001 by ‐ 0 min read
Step by Step guide How to install,uninstall,upgrade,start,stop redis server in Linux,Ubuntu, and Unix
Posted May 2, 2022 by ‐ 2 min read
Step by Step guide How to install,uninstall,upgrade,start,stop redis server in MacOS
Posted May 1, 2022 by ‐ 2 min read
Learn Step By Step to install and set up Redis on Windows.
Posted April 26, 2022 by ‐ 2 min read
Redis keys standard naming conventions size, namespace, separator used for designing keys for better readable, maintainable, and faster lookups
Posted April 24, 2022 by ‐ 3 min read