You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Adam Soroka (Jira)" <ji...@apache.org> on 2020/03/12 15:41:00 UTC

[jira] [Created] (JENA-1859) TIM can return dataset sizes directly but doesn't

Adam Soroka created JENA-1859:
---------------------------------

             Summary: TIM can return dataset sizes directly but doesn't
                 Key: JENA-1859
                 URL: https://issues.apache.org/jira/browse/JENA-1859
             Project: Apache Jena
          Issue Type: Improvement
          Components: TIM
    Affects Versions: Jena 3.14.0
            Reporter: Adam Soroka
            Assignee: Adam Soroka


TIM currently requires counting graph label nodes to answer {{DatasetGraph::size}}. In fact the underlying quad storage is nested maps and the maps involved (from the Dexx library) know their sizes, so it should be possible to get that number  more directly, by adding a method to {{QuadTable}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)