turms-im / turms

🕊️ The world's most advanced open source instant messaging engine for 100K~10M concurrent users https://turms-im.github.io/docs
Apache License 2.0
1.76k stars 271 forks source link

Add properties to allow developers to delete records regularly #170

Open JamesChenX opened 4 years ago

JamesChenX commented 4 years ago

Motivation: The size of data records is increasing monotonically and it's good practice for a system to delete outdated records and move them to the databases for archives for future use (like data analytics).

We also need to mention this in docs so that developers can know what will happen and why it should happen.