sitestudio_acsf
A utility module providing a per-site route for leveraging the database template storage feature released in v6.3.5 of Acquia Site Studio.
This is useful (but not limited to) hosting platforms that use a distributed filesystem such as Acquia Site Factory where rapid file read/write operations can lead to unexpected behaviours with Site Studio.
KeyValue Storage
This module switches Site Studio template storage to the database as opposed to the file system (current default behaviour) to improve read/write consistency.
Once enabled you will need to run a full Site Studio rebuild to migrate all templates to the database:
Drush
$ drush cohesion:rebuild
UI
/admin/cohesion/developer/rebuild
Note: Once enabled, Database utilisation will increase especially during rebuild and sync operations, be aware that using this module
will also increase the size of your database.