Make it append-only and immutable, chain each entry to the previous one with a hash so tampering is detectable, partition by time so old data ages out cheaply, and archive sealed partitions to WORM object storage (write-once) with a retention policy — never allow UPDATE/ on live records.
