Database Storage
Advantages of Storing Scripts in the Database
Files management in case of moving an installation
Theoretically safer storage (we hope you backup your database)
Disk remains clean
Disadvantages of Storing Scripts in the Database
Accessing a source before putting it to the cache has a small performance penalty
Accessing it outside of our SIL™ editor may be harder
Disk Storage
Advantages of Storing Scripts on the File System
Scripts can be versioned and backed up by using a Git repository on the file system
Script performance is generally faster
Scripts are easier to access
Disadvantages of Storing Scripts on the File System
Scripts may be less secure (not that it may be an issue)
Slightly harder to migrate