Difference between revisions of "Instance Storage Quota"

From Hornbill
Jump to navigation Jump to search
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:Instance Data Storage & Quota}}Hornbill provides a very flexible elastic storage scheme that gives customers unlimited cloud storage where you only pay for what you actually use. 
+
{{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 22: Line 27:
 
* Reports
 
* Reports
 
* Any dynamic content thats added to your database through the API's, forms and integrations
 
* Any dynamic content thats added to your database through the API's, forms and integrations
 +
 +
For information on the approaches that can be employed to help you manage your storage usage more effectively, see [[Managing Instance Storage Usage]].
 +
 +
== Storage Quota and Utilisation ==
 +
Every Hornbill instance comes with 30Gb of storage and additional storage can be purchased when needed. We audit storage utilisation daily and keep storage utilisation history on the following basis: -
 +
* Daily Database storage used for the last 90 days rolling
 +
* Daily Disk storage used for the last 90 days rolling
 +
 +
Your storage information can be seen in the Hornbill Administration tool under the [https://wiki.hornbill.com/index.php?title=Support_Passcode '''Your Subscriptions'''] section. Techniques available to manage storage consumption can be found [https://wiki.hornbill.com/index.php?title=Managing_Instance_Storage_Usage  '''here'''].
 +
 +
 +
== Storage Size Definition ==
 +
There is sometimes confusion about abbreviated size values used in computing. For example, most uses of the team Gb mean Gigabyte, but there are two values this can mean, one is decimal, based on "1 byte x 1000 x 1000 x 1000" and the other is base 2, which is calculated as "1 byte x 1024 x 1024 x 1024). The modern interpretations of these size abbreviations are 1Gb = 1000000000 bytes and 1GiB = 1,262,485,504 bytes, and in general a Gb is what is normally used. The problem with base 2 calculations is the are non-linear so do not work properly as the computing technology has reached tera and peta byte scale, so the decimal scheme has been adopted generally, and this is true for the Hornbill platform.  To for the avoidance of any doubt, the following table sets out what we mean when stating storage sizes in Mb, Gb, Tb etc..
 +
 +
{| class="wikitable"
 +
|+ Storage Size Abbreviations
 +
|-
 +
! Abbreviation !! Size In Bytes
 +
|-
 +
| KB || 1000 bytes
 +
|-
 +
| MB || 1,000,000 bytes
 +
|-
 +
| GB || 1,000,000,000 bytes
 +
|-
 +
| TB || 1,000,000,000,000 bytes
 +
|}
 +
  
 
== Data Encryption ==
 
== Data Encryption ==
Line 76: Line 109:
 
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]]
  
== Storage Quota and Utilisation ==
+
[[Category:HDOC]]
Every Hornbill instance comes with 30Gb of storage and additional storage can be purchased if needed. We audit storage utilisation daily can keep up to ten years of storage utilisation history on the following basis: -
+
-->
* Daily Database storage used for the last 90 days rolling
+
<!-- hornbill-cloud/instance-data-storage -->
* Monthly Database storage used for the last 120 months rolling
+
[[Category:HDOC]]
* Daily Disk storage used for the last 90 days rolling
 
* Monthly Disk storage used for the last 120 months rolling
 
 
 
Your storage information can be seen in the Hornbill Administration tool under the "Subscription Overview" section.
 

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