Kirill Shirokov created IGNITE-7544:
---------------------------------------
Summary: SQL COPY command: implement statistics gathering and error reporting
Key: IGNITE-7544
URL:
https://issues.apache.org/jira/browse/IGNITE-7544 Project: Ignite
Issue Type: Improvement
Components: sql
Affects Versions: 2.4
Reporter: Kirill Shirokov
In the COPY command we might be interested in how many rows:
* have been added
* have been updated
* have been skipped
* had errors
The numbers above can be reported as a row with corresponding columns. Errors can be reported as a cursor with appropriate rows.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)