[
https://issues.apache.org/jira/browse/ASTERIXDB-2166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16252885#comment-16252885
]
ASF subversion and git services commented on ASTERIXDB-2166:
------------------------------------------------------------
Commit 8a7894f582d2441394ab574145df581ff5c0daeb in asterixdb's branch
refs/heads/master from [~luochen01]
[ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=8a7894f ]
[ASTERIXDB-2166] Fix bulk load bloom filters for buddy btree
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
- Fix bulk loading bloom filters for buddy btrees. For these
bloom filters, the deleted keys are added through the delete method,
which shouldn't be ignored by the bloom filter bulk loader
Change-Id: Icc7ca46c69c9102010f4b407ca0e9d96ba19289b
Reviewed-on: https://asterix-gerrit.ics.uci.edu/2152
Sonar-Qube: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
Contrib: Jenkins <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Reviewed-by: abdullah alamoudi <[email protected]>
> Bloomfilter is not correctly bulk loaded for buddy btree
> --------------------------------------------------------
>
> Key: ASTERIXDB-2166
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-2166
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: IDX - Indexes, STO - Storage
> Reporter: Chen Luo
> Assignee: Chen Luo
>
> For LSM indexes, conceptually we have two kinds of bloom filters, i.e., for
> the index itself (if it's a primary index), or for the buddy btree to store
> deleted keys. For the latter, we use delete() method to bulk load the keys,
> which is however ignored by the BloomFilterBulkLoader class.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)