Steven

Results 31 comments of Steven

@madhukudala this behavior is intended by PouchDB: To create deterministic "checkpoints", PouchDB computes a hash from database ids and the replication options. Source: [pouchdb-generate-replication-id](https://github.com/pouchdb/pouchdb/blob/3fe71b036a37f3cf983f47937bd9ccd0788fead6/packages/node_modules/pouchdb-generate-replication-id/src/index.js#L39) Changing the selector results in a...

Hi again @madhukudala I had to correct my previous comment: replication didn't create a new index... (I just do this through code-generation in my project to keep the queries fast)....

@madhukudala did you set the `live` or `continuous` option `true`? Without code, i just can guess it on the `feed=longpoll` argument... If that's not the problem, try to reproduce that...

@madhukudala As I suspect in my [previous post](https://github.com/pouchdb/pouchdb/issues/8545#issuecomment-1252544447): The "problem" is found in your replication options: > `PouchDB.replicate.from(remoteDB, {` **> `retry: true, live: true,`

Assumption is wrong; this would break pouchdb. Since it needs more work and the author isn't active, I suggest to abandon this patch.

Hi @respectTheCode, prefer CouchDB even for local applications. PouchDB is (like Gareth highlighted) less battle-tested. This is a rewording of: "you can't rely on it". The benefit of pouchdb-server is...

Hi @respectTheCode, you're welcome to contribute to PouchDB-Server if your customers rely on it.

Seems like a performance problem on CouchDB, I can reproduce something similar on my machine (100k documents, a year of heavy activity). After copying (just replicate the db), the query...

New one found: [Intermittent test failure: test.persisted.js Return ok for viewCleanup after modding view, old format](https://github.com/pouchdb/pouchdb/issues/8788)

And another two: [Intermittent test failure: test.issue8581.js-#8581 Should not raise error](https://github.com/pouchdb/pouchdb/issues/8813) [Intermittent test failure: test.persisted.js-query() returned immediately: expected [ Array(10) ] to have a length of 0 but got 10](https://github.com/pouchdb/pouchdb/issues/8814)