Skip to content

Allow an optional unit when specifying bytes in SQL #407

Description

@CGodiksen

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions