Data rules¶
Total rules: 15
Rules¶
ECO-DAT-DATA-001 — Duplicate stored data¶
Redundant data increases storage footprint and cost.
- Category: DAT
- Family: DATA
ECO-DAT-DATA-002 — Missing retention policy¶
No TTL/lifecycle policy causes unbounded data growth.
- Category: DAT
- Family: DATA
ECO-DAT-DATA-003 — Large unused indexes¶
Unused indexes waste storage and slow writes.
- Category: DAT
- Family: DATA
ECO-DAT-DATA-004 — Logs stored indefinitely¶
Indefinite log retention increases storage and cost without clear value.
- Category: DAT
- Family: DATA
ECO-DAT-DATA-005 — Full table scans without index¶
Full scans increase CPU, IO, and latency for queries.
- Category: DAT
- Family: DATA
ECO-DAT-DATA-006 — Excessive replication factor¶
High replication increases storage and write amplification.
- Category: DAT
- Family: DATA
ECO-DAT-DATA-007 — No partitioning for large tables¶
Large tables without partitioning lead to expensive queries and maintenance.
- Category: DAT
- Family: DATA
ECO-DAT-DATA-008 — Storing ephemeral data permanently¶
Ephemeral data kept forever becomes waste by default.
- Category: DAT
- Family: DATA
ECO-DAT-DATA-009 — No archival tier strategy¶
Lack of archival tiering keeps costs and energy higher than necessary.
- Category: DAT
- Family: DATA
ECO-DAT-DATA-010 — Overly aggressive replication across regions¶
Cross-region replication can add cost and complexity beyond needs.
- Category: DAT
- Family: DATA
ECO-DAT-DATA-011 — Lack of compression in object storage¶
Uncompressed objects waste storage and bandwidth.
- Category: DAT
- Family: DATA
ECO-DAT-DATA-012 — Unbounded analytics queries¶
Unbounded queries cause runaway compute and unpredictable cost.
- Category: DAT
- Family: DATA
ECO-DAT-DATA-013 — No data lifecycle governance¶
Lack of lifecycle governance leads to perpetual growth and shadow datasets.
- Category: DAT
- Family: DATA
ECO-DAT-DATA-014 — Stale feature flags accumulating¶
Feature flags left indefinitely add complexity and runtime overhead.
- Category: DAT
- Family: DATA
ECO-DAT-DATA-015 — Shadow data stores outside governance¶
Unofficial copies create duplicated storage and compliance risk.
- Category: DAT
- Family: DATA