▲ | phiresky 5 hours ago | |||||||
If your cache fits in Redis then it fits in RAM, if your cache fits in RAM then Postgres will serve it from RAM just as well. Writes will go to RAM as well if you have synchronous=off. | ||||||||
▲ | senorrib 4 hours ago | parent [-] | |||||||
Not necessarily true. If you're sharing the database with your transaction workload your cache will be paged out eventually. | ||||||||
|