Vadim Pakhnushev created IGNITE-27298:
-----------------------------------------
Summary: Support dynamic rendering of SQL tables in CLI
Key: IGNITE-27298
URL: https://issues.apache.org/jira/browse/IGNITE-27298
Project: Ignite
Issue Type: Improvement
Components: cli ai3
Reporter: Vadim Pakhnushev
When rendering a result set of the SQL query, we basically copy the results to
the array and then render it. If the result set is huge, we consume a lot of
memory during construction of the intermediate {{Table.fromResultSet}}.
We should refactor the rendering so that it can get the result set directly and
render it on the fly.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)