Data Writing
There are a few options to write data to DolphinDB server using the C++ API. This section explains the differences between these options and their optimal use cases.
The following table lists differences of write options.
Write Option | Description |
---|---|
MultithreadedTableWriter |
|
tableInsert / insert into |
|
PartitionedTableAppender |
|
AutoFitTableAppender |
|
AutoFitTableUpsert |
|
BatchTableWriter (Deprecated) |
|