What is Couch DB? How is that different from conventional oracle DB? What is the process of search & retrieval of data from Couch DB?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
http://couchdb.apache.org/docs/intro.html
Couch DB is a non-relational, schema-free database. Please visit the project’s site to learn more – it would not do to copy-paste the content from there to here.
The two categories above are the main difference from usual SQL databases, which are both relational (use schemas to define data) and have those schemas rigidly defined (you can not use ad-hoc data formats) for every possible data type/table.
We would be glad to answer specific questions you will have about CouchDB 🙂