I am using odbc insert command in the statistics package Stata (v14.2) on an Ubuntu 14.04.2 LTS server to insert some data into a Teradata DB (v14.10).
This Stata command has a block
option, which makes Stata send the data in blocks of 1000 rows. Unfortunately the ODBC driver appears to be doing single-row inserts (according to the DBA who monitors the system).
Is it possible to alter the ODBC driver behavior?
If so, how does one specify the block size for the ODBC driver to use in the .odbc.ini file or a connection string?
I've looked the TD ODBC manual and Googled, but I could not find anything useful.