Hey, I'm trying to move a relational model to HBase, and would like some input.
Suppose i have constant stream of documents coming in, and I'd like to parse these by a single word. It makes sense to have this word as my rowkey, but I need a way to handle duplicate word text. Kind of a dicitionary What is the best way to solve this in HBase? timestamp in row key? Since I need a way to identify each word uniquely Thanks. -- View this message in context: http://www.nabble.com/HBase-data-model-question-tp25120285p25120285.html Sent from the HBase User mailing list archive at Nabble.com.
