#4039 Allura should be able use mongo slaves

unreleased
open
nobody
General
nobody
2015-03-22
2012-04-10
No

Right now all reads come from the mongo master, and we don't take advantage of the slaves. This is good because it means we also have current data when displaying a page (slaves can lag behind) but it also means we're not very efficient. Distributing reads to a slave would be helpful.

Ideas:

Discussion


Log in to post a comment.