Closed cybermerlin closed 10 years ago
@cybermerlin, when using the BulkInsert API, the BulkInsertOptions defines the state of the input, as well as the action to take. The exception you are seeing is a result of bulkPairs
being an unordered (or improperly ordered) set while you specified the InputIsSorted
value as true
. Make sure when using InputIsSorted
that the input key/value pairs are sorted by key with the same key comparer as specified when the BPlusTree was initially created.
i use with\out options (+/- sorter) n duplicatehandling.none