There is no special API for bulk loading of data nor a more efficient way to write data than set()
and commit()
, but Best practices for bulk load has some advice on how to write a bulk loading client.
1 Like