TL;DR:
- Removed spaces are immediately returned the space to the file system
- Set retention as we want. For the inbox case could be 90 days
- We can choose either remove "old data" or move them to "backup" schema
- Able to keep indices of "removed" data
Interesting point of view! 🤔
"Why Use TDD?
Writing tests takes time. If people did not make mistakes, writing test would be a waste of time. But we do make mistakes. The time to write a test is predictable. The time to find and fix a bug is not."
https://t.co/pqtMWCCy4J
Since Node 8.0, tail call optimization is not supported. Trampolining is an alternative solution to avoid stack overflow.
A simple explanation for Trampolining: On Recursion and Trampolining https://t.co/CDJnVi7AzJ