You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/11/15 03:30:00 UTC

[jira] [Commented] (ASTERIXDB-2166) Bloomfilter is not correctly bulk loaded for buddy btree

    [ 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 <je...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Contrib: Jenkins <je...@fulliautomatix.ics.uci.edu>
Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: abdullah alamoudi <ba...@gmail.com>


> 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)