* Media storage consists of images, videos, pdfs, and file attachments. It does not consist of database records.
** Database storage uses high performance solid state drives (SSD). This storage is used only for the database schema, the metadata of each database record, and the indexes on the metadata. Any media references in the database records would be metadata only as the actual binary of this media is stored in separate media storage.