Sumit,
First, thanks for checking out InfiniDB.
Using the cpimport bulk load utility will be your best option to load large quantities of data into InfiniDB. Using batch inserts or load data infile will be the next fastest option. Load rates will be dependent on your data definition and hardware, but in general cpimport will load 10s to 100s of thousands or rows per second. Batch insert and load data infile will typically load 100s to a few thousand rows per second, while individual inserts will typically load 10s of rows per second.
The Performance and Tuning Guide has a section on data load rates that discusses this in further detail. It is available here -
www.infinidb.org/downloads/cat_view/71-a...d-user-documentation .
Thanks,
Walt Weeks