Berkeley DB replication: upper limit on number of replicants?

Posted by Mark Harrison on Stack Overflow See other posts from Stack Overflow or by Mark Harrison
Published on 2010-04-08T04:24:52Z Indexed on 2010/04/08 4:33 UTC
Read the original article Hit count: 298

Filed under:
|

I'm considering using Berkeley DB to cache some data on an application cluster. What's a reasonable upper limit on the number of nodes I can plan on Berkeley DB handling? Writing to the database will be from a single node.

© Stack Overflow or respective owner

Related posts about berkeley-db

Related posts about scalability