Use database partitions to delete large chunks of data efficiently
⚡ Database Tip
Some applications want to periodically delete old historic data (or have to because of regulations). Deleting billions of rows is a very slow task that could take several minutes and may take your application down. Use partitions for efficient deleting!