0xgeert / flux-test

2 stars 0 forks source link

performance issue with pouchDB? #15

Closed 0xgeert closed 10 years ago

0xgeert commented 10 years ago

extremely slow (+/- 100ms) access to pouchDB. Is this indeed due to pouch? Is that normal?

0xgeert commented 10 years ago

upstream https://github.com/pouchdb/pouchdb/issues/2317

0xgeert commented 10 years ago

Porbably need an optimistic cache. Relates to #11

0xgeert commented 10 years ago

not fixing. Instead drop a cache in front. See optimistic branch.