[bind10-dev] Blog comment from BDB developer

Francis Dupont fdupont at isc.org
Fri Jun 25 10:32:45 UTC 2010


DB_SET_RANGE:

 Move the cursor to the specified key/data pair of the database. In the
 case of the Btree access method, the key is returned as well as the
 data item and the returned key/data pair is the smallest key greater
 than or equal to the specified key (as determined by the Btree
 comparison function), permitting partial key matches and range
 searches.

so with Btree (which we should use) it seems to be a get or next,
i.e., what we need.

Francis Dupont <fdupont at isc.org>



More information about the bind10-dev mailing list