Skip to content

NoSQL_DB_Performance_Tunning

Rajendra Prasad Reddy Penumalli edited this page May 11, 2020 · 6 revisions

NoSQL DB Classification

NoSQL

NoSQL DBs

NoSQL2

NoSQL_DBs (Not Only SQL database)

  • LIST OF NOSQL DMS
    • Wide Column Store / Column Families
      • Cassandra
      • Haddop/Hbase
    • Document Store
      • MongoDB
      • Elastic
      • CouchDB
    • Key Value / Tuple Store
      • Redis
    • Graph Database Management Systems
      • Neo4J
    • Multimodel Database Management Systems
    • Grid & Cloud Database Management Solutions
    • XML Database Management Systems
    • Graph Database Management Systems

NoSQL_DB_Performance_Tunning

Areas to look :

  • Performance of locking in transactions
  • Memory usage
  • Connection handling
  • Issues with replica sets

References

Clone this wiki locally