-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8909a16
commit 245e218
Showing
3 changed files
with
33 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Understanding Storage Calculation | ||
|
||
This document outlines how your media assets, such as pictures, consume storage space in CHILI GraFx. | ||
|
||
## 1. **Uploading Media Assets** | ||
|
||
When you upload an asset, it occupies a certain amount of storage space. This space is primarily determined by the file size of the asset. For example, a 1 MB picture will initially take up 1 MB of storage space in your account. | ||
|
||
## 2. **The Role of Preview Files** | ||
|
||
For optimal performance, our application automatically creates preview files when you upload a media asset. These files are essential for the application to function correctly and efficiently over the web. They allow faster loading times and smoother access to your media, but they also require additional storage space. The size of these files varies depending on the original file but is a necessary part of the storage calculation. | ||
|
||
## 3. **Backup Storage** | ||
|
||
Data security is paramount for us ([ISO 27001](https://www.chili-publish.com/trust/)). Therefore, CHILI GraFx creates backups of your uploaded media assets, fonts and Smart Templates. These backups are essential to protect your data against accidental loss or corruption. However, like preview files, backups also take up additional storage space. We ensure that your data is safe and readily available whenever you need it, but this safety feature increases the total storage requirement. | ||
|
||
## 4. **Total Storage Calculation** | ||
|
||
The total storage space you see on your dashboard is not just the sum of the file sizes of your uploaded media. It is, in fact, a multiple of this size. This total includes: | ||
|
||
- The original media asset size (e.g., your pictures) | ||
- The font assets | ||
- The Smart Templates | ||
- The storage required for preview files | ||
- The storage required for backups | ||
|
||
## Conclusion | ||
|
||
Understanding how storage is calculated helps you manage your account effectively. It's important to remember that the total storage usage includes not just your uploaded files but also the additional space required for preview files, fonts, templates and backups, ensuring both performance and data safety. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters