[
https://issues.apache.org/jira/browse/HBASE-696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12609363#action_12609363
]
stack commented on HBASE-696:
-----------------------------
On size for compaction, we could add count of elements to the info file (or as
first field to persisted filter)?
(After chatting w/ Jim), current filters were for full key --
row/column/timestamp -- which as Jim points out, is pretty useless when most of
the time we're trying to get the 'latest'. +1 on doing the row only for now.
Yeah, would need to change HCD so filters were on or off. No chance of
self-migrating?
> Make bloomfilter true/false and self-sizing
> -------------------------------------------
>
> Key: HBASE-696
> URL: https://issues.apache.org/jira/browse/HBASE-696
> Project: Hadoop HBase
> Issue Type: Improvement
> Reporter: stack
> Fix For: 0.2.0
>
>
> Remove bloomfilter options. Only one bloomfilter type makes sense in hbase
> context. Also, make bloomfilter self-sizing; you know size when flushing.
> Putting in 0.2 for now because its API change (for the simpler). We can punt
> later.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.