▲ | avinassh 2 days ago | ||||||||||||||||||||||
you might like my other post - https://avi.im/blag/2024/databases-checksum/ bad news is, most databases don't do checksums by default. | |||||||||||||||||||||||
▲ | lxgr 2 days ago | parent | next [-] | ||||||||||||||||||||||
This is in fact good news. Redundantly performing the same performance-intensive tasks on multiple layers makes latency less predictable and just generally wastes resources. | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | hawk_ 2 days ago | parent | prev [-] | ||||||||||||||||||||||
So when checksums are enabled and the DB process restarts or the host reboots does the DB run the checksum over all the stored data? Sounds like it would take forever for the database to come online. But if it doesn't it may not detect bitrot in time...? |