1.

Explain the difference between PouchDB and CouchDB?

Answer»
S.noPouchDBCouchDB
1.In PouchDB Keys are ASCII orderedCouchDB makes use of ICU to ORDER the keys in a view query
2.In the view results, the actual offset is not returned SOMEWHAT offset only mirrors the skip parameterIn the view results, CouchDB returns an offset property

This is one of the most asked CouchDB INTERVIEW questions.



Discussion

No Comment Found