CouchDB _change Feed -


for application implemented logical seperation of documents type attribute. have several views. implemented every view dedicated change feed gets triggerd if document added or updated. @ moment performance quite well, have expect slow down in future?

well, every filter function associated feed executed once each new (or updated) document. so, may expect slowdown large number of concurrent inserts , updates. it's not related database dimension, number of concurrent updates.


Comments