Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
同時にデータを取得せずに (つまり、I/O 負荷を下げる) n 位置だけカーソルを前方に移動できるかどうかを知りたいです。
私は知ってmdb_cursor_getいますが、と組み合わせて呼び出すたびにディスクからデータを取得するようMDB_NEXTです。
mdb_cursor_get
MDB_NEXT
あなたの助けは大歓迎です!