LOAD_ DATA_ ERRORS
Warning
SingleStore 9.0 gives you the opportunity to preview, evaluate, and provide feedback on new and upcoming features prior to their general availability. In the interim, SingleStore 8.9 is recommended for production workloads, which can later be upgraded to SingleStore 9.0.
On this page
This table is where the errors are logged when the LOAD DATA
command is used with the ERRORS HANDLE
clause.
information_ schema. LOAD_ DATA_ ERRORS Schema
Column Name |
Description |
---|---|
|
The name of the database associated with the error. |
|
The name of the table associated with the error. |
|
The string value specified in the |
|
The time of the error event in Unix timestamp format. |
|
Specifies what type of error occurred. |
|
The error code for the error. |
|
The message associated with the error. |
|
The text of a |
|
The line number of a |
|
The hostname or host IP address for the leaf node that processed the erroneous line of the input file. |
|
The port number of the node that processed the erroneous line of the input file. |
|
Specifies the partition ID on the leaf node that processed the erroneous line of the input file. |
Last modified: December 18, 2024