#include <db_cxx.h>typedef size_t (*bt_prefix_fcn)(const DBT *, const DBT *); void DbInfo::set_bt_prefix(bt_prefix_fcn);
The data and size fields of the Dbt are the only fields that may be used for the purposes of this comparison.
This function is used to compress the keys stored on the btree internal pages. The usefulness of this is data dependent, but in some data sets can produce significantly reduced tree sizes and search times.
If bt_prefix is not explicitly set, and no key comparison method is specified, a default lexical comparison method is used for prefix compression. If bt_prefix is not explicitly set and a key comparison method is specified, no prefix compression is done. It is an error to set bt_prefix without also specifying a key comparison method.