For CTOs, CIOs, and data architects, the challenge of balancing development velocity with infrastructure costs has never been more critical. As organizations scale their...
Traditional copy data management approaches often rely on cumbersome and storage-intensive methods — such as full data replication — to create multiple copies of data for various purposes like machine learning, AI agents, backups, testing, development, and analytics. However, these conventional methods can lead to significant storage overhead, increased costs, and complexity in managing multiple data copies.
Silk offers a more efficient alternative with its snapshots, views, and clones, designed to manage storage without unnecessary overhead. By using these features, organizations can reduce storage costs and improve data management efficiency. To fully appreciate the benefits of Silk’s approach, let’s explore how its snapshots and views interact with data storage through a few illustrative scenarios.
First, it’s essential to distinguish between snapshots and deduplication. In Silk software, snapshots don’t deduplicate data in the conventional sense. Unlike deduplication, which involves hashing calculations and can introduce overhead, Silk snapshots simply copy pointers to existing data blocks. This subtle difference significantly impacts how data storage efficiency is managed.
A snapshot is an instantaneous, zero-footprint, point-in-time copy of a volume group. These snapshots are created using a pointer-based “redirect-on-write” mechanism, meaning they initially consume no additional storage space and only require storage as changes are made.
A view is a read/writeable copy of snapshot. A view can be mounted, providing access to the data captured by the snapshot. Changes made to the view won’t impact the underlying snapshot or the source volume group.
Like views, clones are read/writeable copies of a snapshot. However, unlike views, which are copies of the entire volume group, clones are copies of specific volumes in the snapshot. Additionally, while snapshots and views are limited per volume group, the number of clones is only limited by the total number of volumes supported by the Silk DataPod.
There are two types of clones that can be created: thin and thick. When a clone is first created, it’s a thin clone. Like with views, this means there’s no data copied, and no additional capacity utilized until changes are made. A full clone (also called a thick clone) takes a thin clone and converts it to a standalone volume. During this conversion, data is copied in the background while still serving IO, and its association with its source snapshot is broken.
Initially, when a snapshot and view are created without any changes to the source volume group (VG), no additional storage capacity is used. Both the snapshot and view reference the same original data blocks as the source VG.
When changes occur, such as restoring a table in the source VG:
If changes are introduced directly into the view:
Here we’ll assume a worst-case scenario where a full restore was performed on the source volume group and on the view. During a full database restore:
While this is an extreme example, a similar situation can occur in environments with high change rates and/or long-standing snapshots and views.
Aside from the differences in limits, another benefit of clones is the ability to present specific volumes from the snapshot rather than all the volumes. We commonly see 1:1 mapping between a host and a volume group. In the case of database environments, this usually means there are multiple volumes for different databases in a single volume group.
Before clones were available, if the ask was to present a copy of a specific database, the solution would have been to move those volumes into a separate volume group to then create a snapshot and view. With clones, however, we can extract the volumes associated with a specific database without having to change the underlying structure.
Full clones, sometimes referred to as thick clones, are an enhancement on thin clones. Any thin clone can be converted into a full clone, during which the underlying data will be fully copied over. This breaks its reliance on the underlying snapshot and allows it to exist like a normal volume.
Full clones can be particularly useful in cases where there are long-standing views. In such a scenario, it is likely that the original volume group, snapshot, and underlying view(s) are now completely different from one another, as illustrated in the “Full Database Restore of the Original Volume Group and View” scenario. If clones were to have been used instead, the full clone would allow us to break off from the original snapshot and reduce the capacity overhead.
The scenarios above show how capacity usage evolves dynamically. As snapshots and views diverge from the original VG due to ongoing changes, they begin consuming additional storage capacity. While the above examples are simplified, in practice, managing multiple snapshots and views further compounds this complexity.
By understanding these systems, storage administrators can manage and predict how much storage space is used. This will help them manage storage better with Silk software-defined cloud storage.
As we’ve illustrated, Silk’s snapshots, views, and clones optimize data storage efficiency by reducing unnecessary data duplication and leveraging pointers to existing data blocks. These built-in efficiencies can lead to significant savings of up to 40 percent or more on cloud data costs. To discover your organization’s potential savings, try Silk’s cost-savings calculator today.
Discover your organization’s potential savings with Silk’s cost-savings calculator.
Calculate My Savings
For CTOs, CIOs, and data architects, the challenge of balancing development velocity with infrastructure costs has never been more critical. As organizations scale their...
Companies are moving their data to the cloud to innovate and take advantage of the cloud’s on-demand resources, availability, and elasticity. And there are key...