Comment by hu3 2 months ago Yeah I wouldn't even entertain running RDBMS in network storage for fsync and mmap reasons alone. 2 comments hu3 Reply victorbjorklund 2 months ago Isnt that how most managed postgres work? Or db in kubernetes etc? hu3 2 months ago No it's important to use local disk. Network disk means magnitude higher latency i/o at best. Even in kubernetes, it has special machinery to manage databases.
victorbjorklund 2 months ago Isnt that how most managed postgres work? Or db in kubernetes etc? hu3 2 months ago No it's important to use local disk. Network disk means magnitude higher latency i/o at best. Even in kubernetes, it has special machinery to manage databases.
hu3 2 months ago No it's important to use local disk. Network disk means magnitude higher latency i/o at best. Even in kubernetes, it has special machinery to manage databases.
Isnt that how most managed postgres work? Or db in kubernetes etc?
No it's important to use local disk. Network disk means magnitude higher latency i/o at best. Even in kubernetes, it has special machinery to manage databases.