A question in retrieving multiple data items -
02-13-2006
, 07:34 PM
Dear all,
If I use multiple data items for a single key item, for example, with
key: "k" and data: "data1", "data2", "data3",.... When I do the search
operation, if I know that I just need the third data of the key "k",
what's the most efficient way without retriving the first two data?
Sincerely,
Joe |