A vector map always contains at least one batch. Batches are used for combining multiple database operations. For instance, to insert two rows at once, add values of the first row to a vector map, call this function, add values of the second row and call tdbInsertRow.