Replies: 1 comment 4 replies
-
I don't know the answer to this; as I understand it, using memory maps on network files can vary quite a lot between different OS/implementations, and I am not sure of AWS EFS (although I would assume it is a pretty good implementation), and perhaps it is worth testing. I will mention that the cache coherency requirement for stability/integrity of readers (assuming you are writing on just one server) would primarily just be consistent ordering of cache updates (if there is a write to page 1 and then to page 2, the change to page 2 shouldn't be visible before the change to page 1). Anyway, love to hear if anyone has any experience with this, or if you find out anything from testing. |
Beta Was this translation helpful? Give feedback.
-
Thanks for providing this fancy lib for the node environment, but I'm not sure if I can run it on architecture that has multiple servers with NFS ( or AWS EFS exactly ) to share the same DB file. I can limit only one server can write to the file and NFS/EFS can provide the file lock. But I suppose the modification on file may not notify other servers to reload the dirty pages. Does anyone know if there is a way for it?
Beta Was this translation helpful? Give feedback.
All reactions