Hacker News new | ask | show | jobs
by lgas 3600 days ago
The context the author is describing is clustered databases, does ZODB offer a clustering option that is equally as mature?
1 comments

You mean like ZEO? Yes, it's probably been around for a couple of decades now.
I don't think so. I am referring to something that allows you to scale your database cluster horizontally by adding more servers. ZEO appears to only support a single server.