You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/22 18:12:20 UTC

[jira] [Commented] (RYA-154) Decouple Configuration for Using PCJs and Using PCJ updater

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

ASF GitHub Bot commented on RYA-154:
------------------------------------

GitHub user meiercaleb opened a pull request:

    https://github.com/apache/incubator-rya/pull/78

    RYA-154 Decoupled Updater Configuration from PCJ Configuration

    Decoupled PrecomputedJoinIndexer configuration from PCJ configuration.  Users who want to use PCJs (which is a query based configuration) should not also be using the PrecomputedJoinIndexer (which affects ingest).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/meiercaleb/incubator-rya RYA-154

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-rya/pull/78.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #78
    
----
commit bd3ec9307fedb5a8e97976abad5c5a62c4f7dd74
Author: Caleb Meier <me...@gmail.com>
Date:   2016-08-15T19:46:29Z

    RYA-154 Decoupled Updater Configuration from PCJ Configuration

----


> Decouple Configuration for Using PCJs and Using PCJ updater
> -----------------------------------------------------------
>
>                 Key: RYA-154
>                 URL: https://issues.apache.org/jira/browse/RYA-154
>             Project: Rya
>          Issue Type: Bug
>          Components: clients, dao
>    Affects Versions: 3.2.10
>            Reporter: Caleb Meier
>            Assignee: Caleb Meier
>             Fix For: 3.2.10
>
>
> When a user configures a Rya Client to use Precomputed Joins for querying, it also adds the PrecomputedJoinIndexer to the list of additional indices.  This should not be the case as the PrecomputedJoinIndexer is used to incrementally update PCJs as data is ingested, while enabling PCJs is a query client feature that can be used to boost query performance.  Given the different roles of these two features, their configuration should be decoupled. 



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