简体   繁体   中英

What is CouchDB

So what is couchDB exactly? taking out all the fancy technical terms.

Is it an alternative to MySQL basically?

Thanks

Basically, in MySQL you store rows and tables. In CouchDB you store documents (which can be also describes as rows and tables, but lets get to the highest abstraction level). It isn't alternative to MySQL, as it it designed for different purposes.

From the CouchDB site, it's a documented oriented database. I think that it is not mean to replace MySQL. You can check this post When to use CouchDB vs RDBMS for a analisis of the RDBMS vs NoSQL databases.

The main difference is that couchDB is document based, not table based, but I suggest reading more on their site.

The introduction section at the couchDB site is pretty easy to read:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM