Crystalloids Insights

Data lifecycle management: from ingestion to deletion

Written by Alexander Jansen | Aug 10, 2026, 9:30:01 AM

Most organisations are good at collecting their data. Few are good at managing what happens to it afterwards. Data accumulates, storage costs grow, and at some point someone asks whether all of it still needs to be kept.

Data lifecycle management is the discipline that answers that question before it becomes a problem. It covers everything from the moment data is created to the moment it is securely deleted, and the policies that govern each stage in between.

What is data lifecycle management?

Data lifecycle management, or DLM, is a policy-driven approach to handle data throughout its entire lifespan. The goal of this is to keep data useful while it is needed, store it affordably as it ages, and delete it securely when it is no longer required.

Without a lifecycle policy, organisations tend to keep everything indefinitely. That feels safe, but it is not. Data that is no longer needed still costs money to store, still creates risk if it is breached, and under GDPR, may not be legal to keep.

The stages of the data lifecycle

Every piece of data moves through a series of stages, and each stage requires a decision.

Ingestion is where data enters the platform. The decision here is what to keep and what to discard from the start. Not all data needs to be stored forever.

Storage is the active phase, where data is used regularly for analysis, reporting, or operations. Decide how long this phase should last and where the data should live.

Usage covers the period when data is actively accessed. Data that is queried every day early in its life may go untouched for months as its relevance fades. That is the signal to move your data.

Archiving is for data that is no longer actively used but still needs to be retained, for legal, regulatory, or business reasons. It should move to cheaper storage, not stay in the same environment as active data.

Deletion is the final stage. Data that has passed its retention period and is no longer required should be deleted securely and completely.

Why the lifecycle of your data matters: cost, risk, and trust

Good lifecycle management comes down to three things. Cost is the most visible pillar. Cloud storage is cheap per gigabyte, but it adds up when nobody is cleaning up. Datasets that are never queried, logs from three years ago, duplicate copies of files that were never reconciled: these all appear on the bill every month.

Risk grows with data volume. The more data you hold, the larger the potential impact of a breach. Data you no longer need is data that can still be stolen, leaked, or misused. Deleting this data removes that risk entirely.

Trust is the less obvious benefit. Organisations that manage their data well, tend to have higher-quality data. When old, outdated records are removed, what remains is more reliable. Teams stop arguing about which version of a dataset is correct.

Retention, archiving, and deletion policies

A retention policy defines how long each type of data should be kept. A customer transaction record might need to be kept for seven years for tax purposes. A session log might only need to be kept for 30 days. Without a policy, both end up stored indefinitely.

Storage tiering is what makes retention affordable. Google Cloud Storage offers different storage classes at different price points: Standard for frequently accessed data, Nearline for data accessed roughly once a month, Coldline for data accessed roughly once a quarter, and Archive for data accessed less than once a year. Moving data to a cheaper tier automatically as it ages reduces cost without requiring manual intervention.

Secure deletion means that when data reaches the end of its retention period, it is automatically removed. Not archived somewhere else, not moved to a backup that lives forever. Deleted. Under GDPR, this includes the ability to delete a specific individual's data on request, which requires knowing exactly where that data lives across all your systems.

"Keep everything forever" is not a safety net. It is a liability.

Governance, classification, and compliance (GDPR)

You can’t manage a lifecycle for data you cannot find or classify. That is the starting point for governance.

Data classification labels each dataset based on what it contains: personal data, financial data, internal documentation, publicly available information. Those labels determine what retention rules apply, who can access the data, and when it needs to be deleted.

GDPR adds two specific requirements that turn lifecycle management into a legal obligation. The storage limitation principle says that personal data should not be kept longer than necessary for the purpose it was collected. It is important that an individual can request that their data be deleted, and the organisation must be able to comply.

Automating the lifecycle on a cloud data platform

Manual lifecycle management does not scale.When archiving and deletion depend on someone remembering to do it, they eventually don’t get fixed. Automation is what makes lifecycle management reliable at scale.

On Google Cloud, lifecycle policies can be applied directly to Cloud Storage buckets. A rule that moves objects to Coldline after 90 days and deletes them after three years runs automatically, without anyone having to trigger it.

BigQuery supports table expiration settings, so temporary datasets and staging tables are cleaned up automatically rather than accumulating indefinitely. Dataplex adds a governance layer on top, with classification, lineage, and policy enforcement across the data platform.

The result is a lifecycle that runs by default, not by reminder.

How to manage the data lifecycle on Google Cloud

Lifecycle policies at Crystalloids are designed into the data platform from the start, not added later when storage costs have already grown out of control. Retention rules, storage tiering, and deletion policies are built into the architecture from the start.

The goal is a data platform where cost, compliance, and reliability are handled by default. Not by reminders, not by manual processes, and not by hoping that someone will get around to it.

Would you like to review your current retention and storage practices? Contact us to discuss what a well-managed data lifecycle looks like for your organisation and to ask for a demo.