Skip to content

Role:Master Database

Anthony Super edited this page Mar 9, 2015 · 2 revisions

Mater Database

The master database, or mDB, is the central DB for the entire app. All writes go to this DB. As a result, it is probably going to be a stupidly high-power server.

At some point, of course, we need to scale stuff out. I have no freakin' clue how to separate the DB into logical partitions to any capacity. But hey, shit could be worse.

Clone this wiki locally