Edward J. Yoon pisze:
Thanks, krzysiek

BTW, Could you please show me some example? or How about directly
contribute to Hbase?

Here is a list of documents with examples

http://www.pigi-project.org/index.php?prtlid=1130&kat_id=200&art_id=238

Please take a look at OneToMany getting started example <http://docs.google.com/Present?docid=dhsz359t_13g7679qfs&skipauth=true>

krzysiek


On Tue, Nov 25, 2008 at 9:44 PM, Krzysztof Szlapinski
<[EMAIL PROTECTED]> wrote:
Edward J. Yoon pisze:
Let's assume that row key is a email address, a unique identifier for
login user and also a sender & receiver. and column families are meta
data. (e.g. from, to, cc, bcc, reply-to, subject, content, ..., etc)
And, the inbox will display the page as describe below:

ID (row key) : [EMAIL PROTECTED]
Inbox(3849)
----
from:edward | subject:"hello there"
from:hadoop | subject:"[jira] update ..."
....

Then, I need to sort and page them by historical receive mails. Is it
possible? If so, what is the best way to do pagination on column key
results?

If it won't solved by one table, what is the best schema?

Try using indexing engine for Hbase - http://www.pigi-project.org/ - paging,
sorting, searching, indexing, ordering is supported

krzysiek szlapinski






Reply via email to