Currently we only allow a positive integer when, for example, specifying the target size of files when optimizing (OPTIMIZE table_name TARGET 1024). To make it easier for users, it should be possible to provide an optional unit that converts the given number automatically (OPTIMIZE table_name TARGET 1024 MB).
A discussion on this was started here: #406 (comment).
Currently we only allow a positive integer when, for example, specifying the target size of files when optimizing (
OPTIMIZE table_name TARGET 1024). To make it easier for users, it should be possible to provide an optional unit that converts the given number automatically (OPTIMIZE table_name TARGET 1024 MB).A discussion on this was started here: #406 (comment).