You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2019/05/27 14:45:00 UTC

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

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

Andy Seaborne updated JENA-1695:
--------------------------------
    Fix Version/s:     (was: Jena 3.12.0)

> 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: 20m
>  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)