Description
The current implementation stores messages directly in HBase. I believe a better approach is to store the messages as SequenceFiles in the <mail_ID>: <message_data>. HBase will store sequence File offests in the SequenceFile for each mailbox for fast access similar to a hadoop MapFile.
Attachments
Issue Links
- is related to
-
MAILBOX-72 Requirements for a distributed mailbox implementation
- Open