javascript - Is it really helpful to load data from local database creating using pouchDB? -


Is it really helpful to load data from a local database that uses PouchBD?

Please share the experience if you use PochDB

I have a website that loads 100,000 records on page load, and then performs many queries on this data ,

What did I do: Create a database using your initial guide:

Is it possible to do wild card queries on this?

For 1,000,000 documents that the user is just inquiring, the client is synchronizing them all before It is as if it can be overkill. That is why there is a large amount of data to wait for in the beginning of your application page.

You may be interested in trying documents, however, storing your data on CouchDB, doing a remote CouchDB query, and then choosing what is needed by the filtering replication client is. It really depends on how badly you need to sync, though, and if the user is ever going to modify those documents and they need to sync back.


Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -