You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by "Kevin Chilton (JIRA)" <ji...@apache.org> on 2018/06/01 16:53:00 UTC

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

Kevin Chilton created RYA-498:
---------------------------------

             Summary: 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
             Fix For: 4.0.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.3#76005)