|
|
|
|
|
by hinkley
637 days ago
|
|
You can’t control the growth rate of your tables, you can only estimate it.
When we design for reliability we want to remove single cause failures and make a best effort to reduce dual cause failures. We definitely don’t want two failures from a single cause. What reason might the lack of indexes suddenly become a critical issue? And what other things might you be scrambling to deal with at the same time? Tables might fill quickly when a favorable review comes in, or some world even results in churn in your system. Just make the damned index. You Are Going to Need It. And what’s the harm in making it? |
|