Differences between PouchDB and CouchBase Lite + LiteGap

后端 未结 3 725
挽巷
挽巷 2021-02-02 12:03

In a Phonegap offline/online project:

  • What is the difference between using PouchDB and using CouchBase Lite with the new LiteGap plugin?

  • Are th

3条回答
  •  孤独总比滥情好
    2021-02-02 12:49

    Just wanted to let you know that I've written an extensive performance review showing the differences between CouchDB and Couchbase Lite.

    Some findings:

    • PouchDB wins when "adding bulk documents" and "getting an document by id"
    • Couchbase Lite wins when "getting all documents"
    • they draw when "querying a document via view" (PouchDB is faster but Couchbase Lite has caching)

提交回复
热议问题