You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by "Aaron Mihalik (JIRA)" <ji...@apache.org> on 2019/07/17 21:56:00 UTC

[jira] [Updated] (RYA-498) Accumulo - Keep track of how many statements are stored for each context.

     [ https://issues.apache.org/jira/browse/RYA-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aaron Mihalik updated RYA-498:
------------------------------
    Fix Version/s:     (was: 4.0.0)
                   4.1.0

> Accumulo - Keep track of how many statements are stored for each context.
> -------------------------------------------------------------------------
>
>                 Key: RYA-498
>                 URL: https://issues.apache.org/jira/browse/RYA-498
>             Project: Rya
>          Issue Type: New Feature
>          Components: dao
>    Affects Versions: 4.0.0
>            Reporter: Kevin Chilton
>            Assignee: Kevin Chilton
>            Priority: Major
>             Fix For: 4.1.0
>
>
> Update the Accumulo implementation of Rya to keep track of how many statements have been stored per context. This information should only be maintained if a user chooses to enable it when installing an instance of Rya.
> Proposed Implementation:
> Use a SummingCombiner on the table that stores this information.
> Row Key: The context that is being summed
> Column Family: "statementCount"
> Column Qualifier: None
> Value: A long that represents the delta to the count



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)