You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/06/07 11:01:00 UTC

[jira] [Commented] (JENA-1695) Refactor database storage for TDB2.

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

ASF subversion and git services commented on JENA-1695:
-------------------------------------------------------

Commit 340f4fbc38b58577e722c6e9762cd89195d43d0c in jena's branch refs/heads/master from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=340f4fb ]

JENA-1695: Port TDB2 to jena-dboe-storage


> Refactor database storage for TDB2.
> -----------------------------------
>
>                 Key: JENA-1695
>                 URL: https://issues.apache.org/jira/browse/JENA-1695
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: DBOE
>    Affects Versions: Jena 3.11.0
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> This ticket is for a new module (provisionally called "jena-db-storage") that is a framework for building RDF databases. It abstracts the database in to "triples+quads", "prefixes" and transactional control.
> {noformat}
> public interface DatabaseRDF  {
>     // Triples and Quads
>     public StorageRDF getData();
>     // Prefixes
>     public StoragePrefixes getPrefixes();
>     //Transactional} for this database.
>     public Transactional getTransactional();
> }
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)