[ 
https://issues.apache.org/jira/browse/HBASE-15368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15174868#comment-15174868
 ] 

Duo Zhang commented on HBASE-15368:
-----------------------------------

Yes, it will pull new data into older windows. So without writing out multiple 
files when compaction it will always be a problem that our HFiles are not split 
at the exact point... But writing out multiple files is more suitable for fixed 
window since the boundary will not move... Cassandra's DTCS uses min timestamp 
to calculate window so I think it is something reasonable? We could try I 
think. Abstract a WindowFactory can help us try different window implementation 
easily.

And for writing out multiple files, I already have a prototype, I could open a 
new issue and upload it.

Thanks.

> Add relative window support
> ---------------------------
>
>                 Key: HBASE-15368
>                 URL: https://issues.apache.org/jira/browse/HBASE-15368
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Compaction
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>         Attachments: HBASE-15368.patch
>
>
> To better determine 'hot' data.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to