Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the advantages of nosql database over rdbms?



What are the advantages of nosql database over rdbms?..

Answer / Vishal Kumar Tiwari

NoSQL databases offer several advantages over traditional Relational Database Management Systems (RDBMS) for certain use cases:
1. Scalability: NoSQL databases, like MongoDB and Cassandra, can handle large amounts of data and scale horizontally by adding more servers to the cluster. RDBMSs are typically limited in scalability and require vertical scaling.
2. Flexible Data Modeling: NoSQL databases have a flexible data model that allows for storing semi-structured or unstructured data, such as JSON documents or key-value pairs, without requiring the rigidity of traditional tables and schemas.
3. High Performance: NoSQL databases offer better performance for read-heavy or write-heavy workloads due to their ability to distribute data across multiple servers and optimize reads with indexing mechanisms like secondary indexes in MongoDB.
4. Horizontal Scalability: NoSQL databases can handle large amounts of data by distributing it horizontally across multiple servers, while RDBMSs require vertical scaling to increase performance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DevOps Interview Questions

What is Puppet?

1 Answers  


Can devops be applied to a waterfall process?

1 Answers  


What is the one most important thing devops helps do?

1 Answers  


What are the virtualization tools in devops ?

1 Answers  


What all the major provisioning tools in devops ?

1 Answers  


What is DevOps cloud?

1 Answers  


Mention some important features of memcached?

1 Answers  


What is IaC in DevOps?

1 Answers  


What is the purpose of cm tools and which one you have used?

1 Answers  


What is the difference between continuous delivery and continuous deployment?

1 Answers  


Mention what is the difference between memcache and memcached?

1 Answers  


Why is continuous monitoring important?

1 Answers  


Categories