Member since
12-11-2022
5
Posts
1
Kudos Received
0
Solutions
12-27-2022
11:27 PM
Hello @smdas Thanks for the response. https://issues.apache.org/jira/browse/HBASE-24289 https://docs.google.com/document/d/1fk_EWLNnxniwt3gDjUS_apQ3cPzn90AmvDT1wkirvKE/edit# These links mention date tiered compaction policy in hbase. Does it somehow help in configuring different policy for same column family? or did i misunderstood?
... View more
12-26-2022
10:01 PM
I have a table named 'X' and a column family 'cf. The table contains data of past 5 years. Old data are requested only few times whereas recent data are accessed frequently. I wanted to apply different storage policies for the data based on time. How can i configure ? Also is it possible to specify different compression algorithms for hot and cold data in single column family? I am asking this because in HBase documentation, different algorithms are recommended for hot and cold data.
... View more
Labels: