|
|
|
|
|
by pjc50
4047 days ago
|
|
In-memory database on a ramdisk, replicating to an on-disk database. All reads answered from the RAM master, while the replica only has to answer writes. But I suspect that it's all already in the disk cache. Is the bottleneck reads or writes? |
|
There is something pathological about our disk subsystem on that particular system, which is another issue, but it has often struck me as annoying that I can't just tell MySQL or MariaDB, "I don't care if you lose a few minutes of data. Just be consistent after a crash."