We have to write mass data into HANA from a C# application. Inserting data rows one by one using INSERT statements is quite slow. Is there a more quick way to insert batch data, e.g. 1000 rows at once?
↧
We have to write mass data into HANA from a C# application. Inserting data rows one by one using INSERT statements is quite slow. Is there a more quick way to insert batch data, e.g. 1000 rows at once?