You can use batch inserts from ODBC to stream data, as with COPY statements.Or, if your data is already in a file on the client, use COPY LOCAL. COPY and COPY LOCAL are described in the HP Vertica documentation, in the SQL Reference Manual. Also, see the HP Vertica Programmer's Guide section: Programming ODBC Client Applications > Loading Data through ODBC
Comments