Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
2.4
-
None
-
None
Description
The SQL COPY command should have user-configurable policy of handling duplicate records:
COPY ... [(REPLACE | IGNORE| ABORT ON [<max-error-number>])) DUPLICATE KEYS]
This handling might be not available for some backends (e.g., streamer).
Attachments
Issue Links
- is blocked by
-
IGNITE-6917 SQL: implement COPY command for efficient data loading
- Resolved
-
IGNITE-7544 SQL COPY command: implement statistics gathering and error reporting
- Closed