What are the differences between file storage and database storage?
Wed, 11/03/2009 - 04:34 — cliff
The file storage is used for the following services:
- Website
- logs, stats, other config files
while the database storage is only used for MySQL database.
Normally we will provide huge file storage and limited database storage due to the fact that database size is usually very small. They are counted separately (Database storage is not part of file storage).
