In MySQL, I can insert multiple rows of data with one insert statement by simply comma separating the VALUES part of the statement. How can I batch/bulk/multiple row insert into HANA with one INSERT statement?
Request clarification before answering.
Hi Kevin,
nope - HANA does not support INSERT/UPDATE batching via a single SQL command.
However, you can create command batches via JDBC (and I assume also ODBC, but haven't tested that).
- Lars
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This Jun 21, 2019 at 08:21 AM comment indicates that this sort of insert/update batching is now supported. If it is now supported, when did that change?
I'm using JDBC and would prefer to use prepared statements for these inserts. Unfortunately that is not an option due to performance problems.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.