Kirill Shirokov created IGNITE-7542:
---------------------------------------

             Summary: SQL COPY command: implement multipliers (e.g., 'K' for 
kilo-, 'M' for mega-) in numbers
                 Key: IGNITE-7542
                 URL: https://issues.apache.org/jira/browse/IGNITE-7542
             Project: Ignite
          Issue Type: Improvement
          Components: sql
            Reporter: Kirill Shirokov


Multipliers can be important for several options, such as batch size.

The syntax could be:

{noformat}
COPY
    ...
    BATCH_SIZE 1.5M
{noformat}

Such number can have a decimal point and an optional multiplier:

K: 1024
M: 1024 * 1024
...and so on for tera- and peta-



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to