Feature Description
In bulkload data import scenarios, typically, the data volume of each bulkload transaction is relatively large, ranging from several hundred MB to GB. Therefore, the data within a bulkload transaction is saved in temporary data files before being committed, which reduces and controls memory overhead. For unordered data (such as secondary index data) in a bulkload transaction, external merge sorting is performed during the transaction commit phase.
tdstore_bulk_load_merge_chunk_size is used to set the memory size in bytes for caching data before external merging and sorting of unordered data in a bulkload transaction.
Attribute Description
|
Parameter Type | ULONGLONG |
Default Value | 33554432 |
Value Range | 1048576 ~ 18446744073709551615 |
Effective Scope | GLOBAL |
Restart Required | No |