BDB equivalent for SQL Limit index, count ? -
12-16-2006
, 02:00 AM
Hello,
I'm using md5 hashes as a key and my problem is that I want to do
something like the SQL "select * from table limit 20, 30" but without
using any key.
Is there any way in the API to say give me 30 key-value pair starting
at key in the 20'th position.
My problem is that I want to generate paging information for a large
number of records and I want to be able to get to the middle of the
list without having to go through the beginning.
Any thoughts ?
Thanks.
--
Mahdi. |