You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.
RIch Prohaska edited this page Nov 11, 2013
·
2 revisions
TokuDB places files in various directories according to these rules:
The tokudb.environment, tokudb.directory and tokudb.rollback files are created in the mysql data directory.
The TokuDB data files are created in the directory set by the tokudb_data_dir if set, otherwise in the mysql data directory. TokuDB data files store data for TokuDB tables, and have file names like '*.tokudb'.
The TokuDB recovery log files are created in the directory set by the tokudb_log_dir if set, otherwise in the mysql data directory. The TokuDB recovery log files have file names like 'log*.tokulog*'.
TokuDB grabs an exclusive lock on lock files with names like '_tokudb_lock_dont_delete_me*'. The purpose of these lock files is to prohibit concurrent mysqld instances from using the same directories.
Given those rules, one must be careful when copying the various tokudb files around.