iriscouch / follow

Very stable, very reliable, NodeJS CouchDB _changes follower

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How many DBs can follow?

masterk63 opened this issue · comments

If I have many dynamic to follow DBs (one per user), Any idea how many can follow? 10?100?10000?

depends on how many http connections your node process can handle and what async actions are then triggered from it. It also depends on how active these feeds are. From my experience running in production, I would definitely follow less than 100 in a single process but I would do some experimentation.

Oh thank you so much, I think the point is how much async is the process, so if I check the changes every two hours rather than all the time, doesn't matter how many DBs are.