CCP developed a revisioned database system called Branched Static Data (BSD) to allow multi-user editing of game content. BSD uses a revision number and change list system to track row edits and allow multiple users to edit simultaneously. It also supports features like locking, syncing, and branching to integrate changes across databases. CCP later improved the system by moving from a promotion branching model to a mainline branching model to reduce issues with non-backwards compatible changes.