this post was submitted on 06 May 2024
7 points (100.0% liked)

Programming

13376 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Hirom@beehaw.org 4 points 6 months ago* (last edited 6 months ago)

Wrong choices happen when there's deletion of useful historical data, motivated by short-term cost saving.

Wrong choices also happen when there's unnecessary creation on data, such as logging and storing everything, just in case, with a verbose level.

Storage can be cheap in some cases, but high-availablility high-performance cloud storage is very expensive. Anyway, it's not infinite.

The way to keep useful data is to be strategic and only store relevant logs. Fine tune retention policy especially for fastest growing data. Storing everything on high-cost storage, without smart retention policy, could lead to deleting git data to make place for a mix of debug logs and random shit.