Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-7542

SQL COPY command: implement multipliers (e.g., 'K' for kilo-, 'M' for mega-) in numbers

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • None
    • None
    • sql
    • None

    Description

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

      The syntax could be:

      COPY
          ...
          BATCH_SIZE 1.5M
      

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

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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              kirill.shirokov Kirill Shirokov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: