Use Case: Ingest transaction data (e.g. rows = 10,000) in a single batch from DB2 and insert them to a Vertica database.
Question: Should I get a single row from database or batch of 10k rows, process and then insert into destination database? Is there any sample code which reads from one database and writes into another database?