Difference between revisions of "Instance Storage Quota"

From Hornbill
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:Instance Data Storage & Quota}}
 
{{DISPLAYTITLE:Instance Data Storage & Quota}}
  
 +
This document can now be found at its new location in the [https://docs.hornbill.com/hornbill-cloud/instance-data-storage/ Hornbill Document Library].
 +
 +
[[file:hornbill-document-library.png|Hornbill Cloud - Instance Data Storage|link=https://docs.hornbill.com/hornbill-cloud/instance-data-storage/]]
 +
 +
<!--
 
== How does Hornbill measure space used ==
 
== How does Hornbill measure space used ==
 
Hornbill only measures space used by your instances data, it does not measure disk space used by our software or any infrastructure components we deploy in order to deliver the Hornbill service.  The measurement is broken down into two separate domains known as "Disk Storage" and "Database Storage".  We separate these two for good reason. For "Database Storage" the underlying database we use (MariaDB) and its storage engine determine the space utilised for a given database (each customer instance has its own dedicated database).  For "Disk Storage" this is where we store files (see explanation of our [[Content Addressable File Store]] technology) below, each customer also has their own CAFS store.
 
Hornbill only measures space used by your instances data, it does not measure disk space used by our software or any infrastructure components we deploy in order to deliver the Hornbill service.  The measurement is broken down into two separate domains known as "Disk Storage" and "Database Storage".  We separate these two for good reason. For "Database Storage" the underlying database we use (MariaDB) and its storage engine determine the space utilised for a given database (each customer instance has its own dedicated database).  For "Disk Storage" this is where we store files (see explanation of our [[Content Addressable File Store]] technology) below, each customer also has their own CAFS store.
Line 103: Line 108:
  
 
The bottom line is, our storage scheme is fast, efficient and capable of effectively unlimited storage, delivered elastically and with no administrative overhead placed on our customers for management. Read more about whats under the hood here  [[Content Addressable File Store]]
 
The bottom line is, our storage scheme is fast, efficient and capable of effectively unlimited storage, delivered elastically and with no administrative overhead placed on our customers for management. Read more about whats under the hood here  [[Content Addressable File Store]]
 +
 +
[[Category:HDOC]]
 +
-->
 +
<!-- hornbill-cloud/instance-data-storage -->
 +
[[Category:HDOC]]

Latest revision as of 19:57, 11 April 2024


This document can now be found at its new location in the Hornbill Document Library.

Hornbill Cloud - Instance Data Storage