MapBasedRow is a row backed by a hash map which can incur substantial overheads while adding and getting items. This can become more significant as the result size grows.
Since the column order in the result is decided and fixed when a query is submitted, we can use ArrayBasedRow instead which is backed by an array. [ Full content available at: https://github.com/apache/incubator-druid/issues/6389 ] This message was relayed via gitbox.apache.org for [email protected]
