|
|
|
|
|
by ComputerGuru
153 days ago
|
|
Another option would be a good way of placing indexes on a different physical disk. You could use fast, ephemeral storage like you can for a WAL without amplifying the writes to the same device that is your expensive bottleneck. You could rebuild on data loss. But it would add complexity to detect out-of-sync indexes and tables. |
|