|
|
|
|
|
by toast0
1547 days ago
|
|
> I highly doubt that messages are actually being deleted from the system - that's rather an expensive affair and not fashionable from state security point of view. State security concerns aside, deleting messages is less expensive than keeping them. If your plan is to delete everything after N days, it's easy to partition data by day, and then drop the older partitons as needed. |
|