If one tries to write many (>10,000?) lines to in 1 INSERT command, something chokes and either crashes labview or the database. To get around this we can chop up the lines into segments of, for example, 1,000, and repeat 10x. I propose adding this feature directly to the API to save the user from having to do this:
[
](url)
(In addition we can look into why the large INSERT is not working)
If one tries to write many (>10,000?) lines to in 1 INSERT command, something chokes and either crashes labview or the database. To get around this we can chop up the lines into segments of, for example, 1,000, and repeat 10x. I propose adding this feature directly to the API to save the user from having to do this:
[
](url)
(In addition we can look into why the large INSERT is not working)