Why does CouchDB not use Mnesia?

devquora
devquora

Posted On: Feb 22, 2018

 

  There are several reasonsfor CouchDB not using Mnesia. Few of them are:
  • The overall storage limits up to 2 gigs per file.
  • There is a requirement of validation and fix up of cycle once there is crashes or power hence, for large file fix up time is prohibitive.
  • Sometimes Mnesia is not suitable for large-scale database hence it creates a hindrance.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Couchdb Interview Questions

    State the use of CouchDB?

    Uses of CouchDB are as stated; It can be used directly to write a client’s application without the use of any other se..

    Couchdb Interview Questions

    What does cloudDB kit mean?

    CloudDB is a framework for python application, helps to access and manage CouchDB data. It allows the user to manage Co..

    Couchdb Interview Questions

    Differentiate between ETL Testing and Manual Testing.

     ETL testing is the basic procedure of writing scripts for the automated testing process, there is no need of any addi..