Is it possible to move myIsam frm/myd/myi files across servers with the rsync command, or otherwise?
Two use cases for me. (1) Load large amount of data locally, index and optimize, then move to Python anywhere. (2) Transfer data out of Python anywhere for local post processing (avoiding the relatively inefficient mydqldump procedure, which is slow and requires considerable scratch space).