elasticio / mssql-component

Microsoft SQL Server integration component for elastic.io platform
Other
0 stars 8 forks source link

BULK Upload support #8

Open zubairov opened 6 years ago

zubairov commented 6 years ago

Sometimes it's important to load data not sequentially but as a BULK. Currently INSERT action inserts rows one-by-one therefore not efficient with large amounts of data.

jhorbulyk commented 6 years ago

Would this bulk action not rely on the existence of batching?

zubairov commented 6 years ago

TBH with batching it will be more reliable but implemented it can also be even before

zubairov commented 6 years ago

So, it should support both