Limit memory usage of $concatArrays in Classic engine

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Done
    • Priority: Major - P3
    • 9.0.0-rc1
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Execution
    • Fully Compatible
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      $concatArrays concatenates N input arrays into a single output array by copying all elements from every input into a new allocation. With N large arrays the result can be arbitrarily large. No memory limit is enforced on the output array.

      In classic, $concatArrays is implemented by the ExpressionConcatArrays class.

            Assignee:
            Foteini Alvanaki
            Reporter:
            Foteini Alvanaki
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: