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_total_merge_buffer_size is used to set the total size of the memory buffer in bytes for external merge sorting in a bulkload transaction.
Attribute Description
|
Parameter Type | ULONGLONG |
Default Value | 33554432 |
Value Range | 4194304 ~ 18446744073709551615 |
Effective Scope | GLOBAL |
Restart Required | No |