SOLVED Moving files under ix-applications to subdirectories is slow

qq8554650

Dabbler
Joined
Feb 7, 2022
Messages
23
translate from google

TrueNAS-SCALE-22.02.0.1
/mnt/data/ix-applications/tmp_write
I have files such as MYD MYI uploaded beforehand

Then I installed mysql with docker, ready to move the above files to
/mnt/data/ix-applications/docker/volumes/mysql57/_data
it feels like a copy

A single 10G file generated with rand took 33 seconds.
Why is it like copying from one disk to another
Instead of moving to a different directory under the current disk?

mysql uses mapping, will it be related to this?
-v mysql57:/var/lib/mysql \
 

Attachments

  • rand10G.png
    rand10G.png
    17 KB · Views: 111
  • 21storage.png
    21storage.png
    30.3 KB · Views: 108
Last edited:

qq8554650

Dabbler
Joined
Feb 7, 2022
Messages
23
If they are separate datasets, then it is a copy and not a rename.
Just a subfolder of it, with updated Storage pictures
 
Top