mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
627 B
627 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| Use database partitions to delete large chunks of data efficiently | 1542863735810797569 | weekly-thread-2022-26 | tobias_petry |
|
2022-07-01T13:32:34+00:00 | 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!