Hi there- Review the HBase book too.
http://hbase.apache.org/book.html#datamodel http://hbase.apache.org/book.html#client http://hbase.apache.org/book.html#performance -----Original Message----- From: JohnJohnGa [mailto:[email protected]] Sent: Sunday, April 24, 2011 2:46 AM To: [email protected] Subject: Should I be afraid by 'put','get'... Hi, I need to know the complexity for getting data in hbase or adding data. In my software is that ok if I play a lot with hbase: open a table, open another one, get something, put... What is the cost of accessing in a table? cost of the put?get? I searched on the web and I found nothing... Thanks,
