As you see in the title, I want to retrieve data whose key is less than a specified key, and then I need to join many cursors which one could be more than a specified string, and another might be less than a specified integer. By default, the DB_SET_RANGE will return keys that are greater or equal than specified key.
Should I implement it using a rewrite of comparison function, and set it as the comparison function of database, just like set_bt_compare()?
Thank you!