You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by sleepnova <wa...@gmail.com> on 2011/05/03 08:09:41 UTC

Are Continuous Changes and Filters scalable?

Hi,

I'm planning to implement a message system (pub/sub) based on Couch's
Continuous Changes.
I'd like to know does this feature scale and how does it scale?

In case I have 10,000~100,000 clients publishing and subscribing messages.
Does each message need to iterate through all the filter functions?
It doesn't sounds quite scalable.

-- 
- sleepnova