[
https://issues.apache.org/jira/browse/IGNITE-7542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Ozerov resolved IGNITE-7542.
-------------------------------------
Resolution: Won't Fix
Not relevant for now.
> 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
> Priority: Minor
>
> 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 giga-, tera-, and peta-
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)