|
| 1 | +--- |
| 2 | +title: Object Storage footprint calculation |
| 3 | +description: This page explains how Scaleway calculates the environmental footprint of Object Storage in detail. |
| 4 | +tags: object storage environmental-footprint impact cloud-computing |
| 5 | +dates: |
| 6 | + validation: 2025-08-22 |
| 7 | + posted: 2025-08-22 |
| 8 | +--- |
| 9 | + |
| 10 | + |
| 11 | +This page includes the specificities of the environmental footprint calculation for Object Storage. |
| 12 | + |
| 13 | +## Calculation aspects |
| 14 | + |
| 15 | +The total estimated impact of Object Storage volumes is calculated by integrating the: |
| 16 | + |
| 17 | +- **Dedicated manufacturing impact** - Related to the physical servers hosting the storage volumes. |
| 18 | +- **Related manufacturing impact** - The impact of the tools used to manage the Object Storage offers: control plane, monitoring, internal load balancers, and others. |
| 19 | +- **Energy usage impact** - The average electricity consumption of storage servers and their energy efficiency and of the tools used to manage the Object Storage offers. |
| 20 | + |
| 21 | +### Ratio per storage volume |
| 22 | + |
| 23 | +To allocate the impact of an Object Storage volume, we apply the unit resulting from the RCP allocation rule, the s3_ratio, to all calculation steps: |
| 24 | + |
| 25 | +``` |
| 26 | +s3_ratio = VOLsto/VolstoPool |
| 27 | +``` |
| 28 | + |
| 29 | +- **VOLsto** - represents the **reserved volume** per user. In Object Storage, your data is replicated 1.5 times on multiple nodes to guarantee availability, so the **VOLsto** is applied with factor of 1.5 to account for replication. |
| 30 | +- **VolstoPool** - represents the total storage volume reserved for Object Storage. For this product, only 80% of the total storage capacity of the machines is available. The remaining 20% is reserved for performance reasons. |
| 31 | + |
| 32 | +In the example below we consider a **VOLsto** of 150 GB and a **VolstoPool** of 800 GB. |
| 33 | + |
| 34 | +``` |
| 35 | +s3_ratio = 150/800 = 0.19 |
| 36 | +``` |
| 37 | + |
| 38 | +### Manufacturing impact |
| 39 | + |
| 40 | +The calculation of the manufacturing impact of Object Storage volumes is based on: |
| 41 | + |
| 42 | +- The manufacturing impact of servers that host user storage |
| 43 | +- The manufacturing impact of servers used by the Scaleway Object Storage team to manage the service - on both the Control and Data planes |
| 44 | +- The manufacturing and electricity consumption impact of the remaining product lifecycle aspects: datacenters and technical environment, network and cross-IT equipment & stocks. |
| 45 | + |
| 46 | +The calculation is the same one used for [measuring the impact of manufacturing for Bare Metal servers](/environmental-footprint/additional-content/environmental-footprint-calculator), which we consider the basis footprint calculation, but for Object Storage we also apply the `s3_ratio` to break the impact down to only the allocated volumes. |
| 47 | + |
| 48 | +#### Calculation example |
| 49 | + |
| 50 | +For the example below, we consider a single server with a lifespan of 6 years (52 560 hours) and power of 110w. We measure the impact of 100 hours and consider through [Boavizta estimates](https://www.boavizta.org/) that the impact of the manufacturing of this server is 850 kgCo2e. Also considering a `s3_ratio` of `0.19`, we make the following calculation: |
| 51 | + |
| 52 | +``` |
| 53 | +VolumeManufacturingImpact = (100 / 52560) * 850 * 0.19 = 0.3 kgCO2e |
| 54 | +``` |
| 55 | + |
| 56 | +In the example, the dedicated manufacturing impact of a 150 GB usage for 100 hours is 0.3 kgCo2e. |
| 57 | + |
| 58 | +### Usage impact |
| 59 | + |
| 60 | +The calculation of the usage impact of Object Storage volumes is based on: |
| 61 | + |
| 62 | +- Impact of electricity consumption of servers that host user storage |
| 63 | +- Impact of electricity consumption of infrastructure and service management servers by the Scaleway Object Storage team to run the Object Storage service. In this case we consider both the Control and Data planes. |
| 64 | +- The electricity consumption impact of the remaining product lifecycle aspects: datacenters and technical environment, network and cross-IT equipment & stocks. |
| 65 | + |
| 66 | +Since Object Storage is a regional product, we consider the energy mix of the country and the average PUE of data centers in the region to calculate the impact of a kwh. |
| 67 | + |
| 68 | +In the example below, the energy mix is O,065kgCo2e/kwh and the PUE is 1.16. Considering a server electrical consumption of 600wh, 100 hours of usage, and a `s3_ratio` of `0.19`, the total usage impact comes down to: |
| 69 | + |
| 70 | +```math |
| 71 | +UsageImpact = 0.600 * 100 * 1.16 * 0.065v* 0.19 = 0.74 kgCo2e |
| 72 | +``` |
| 73 | + |
| 74 | +In the example, the usage impact of a 100 GB usage for 100 hours is 0.74 kgCo2e. |
| 75 | + |
0 commit comments