In this link: https://hevodata.com/learn/sqlite-vs-mysql/, they mentioned that for Network Requirements of SQLite, if the deployment is present on a different system a high bandwidth and low latency engine-to-disk connection is required over the network. So engine-to-disk connection they meant is the connection between the SQLite engine on the system A and the disk on the system B, is it correct?
In this link: https://hevodata.com/learn/sqlite-vs-mysql/, they mentioned that for
Network Requirementsof SQLite,if the deployment is present on a different system a high bandwidth and low latency engine-to-disk connection is required over the network. Soengine-to-disk connectionthey meant is the connection between the SQLite engine on the system A and the disk on the system B, is it correct?