skip to main content

Configuring the client : Configuring the client through CTREE_CONF : <bulkaddition>

<bulkaddition>
The bulkaddition option enables deferred key writes to improve performance of consecutive record additions. This is achieved by writing only the data record and postponing the key addition until the file is closed. When the file is closed, all pending keys are written in one single operation by an index rebuild routine. This technique of adding records has two benefits:
1) The index rebuild operation is faster than the sum of each key addition operation.
2) The index rebuild operation creates an index that is efficiently organized resulting in faster key searches.
The bulkaddition option is available only for files opened with OUTPUT or EXTEND mode. The bulkaddition option is disabled by default.
Accepted Values
Example
<bulkaddition>yes</bulkaddition>

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left