← Back to context Comment by hu3 1 month ago Yeah I wouldn't even entertain running RDBMS in network storage for fsync and mmap reasons alone. 2 comments hu3 Reply victorbjorklund 1 month ago Isnt that how most managed postgres work? Or db in kubernetes etc? hu3 1 month 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 1 month ago Isnt that how most managed postgres work? Or db in kubernetes etc? hu3 1 month 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 1 month 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.