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

Andy Seaborne updated JENA-486:
-------------------------------

    Description: 
TDB transactions (which are DatasetGraphs built in DatasetBuilderTxn) have 
limited calability.

BlockMgrJournal, used for modified data in indexes is an in-memory structure.

The transactional NodeTableTrans keeps the new objects on disk but uses 
IndexMap for some access structures.

  was:
TDB transactions (which are DatasetGraphs built in DatasetBuilderTxn) have 
limited calability.

BlockMgrJournal, used for modified data in indexes is an in-memory structure.

The transactional NodeTableTrans
   IndexMap
   but with a disk-backed object file to stage objects. 

    
> Scaling TDB Transactions
> ------------------------
>
>                 Key: JENA-486
>                 URL: https://issues.apache.org/jira/browse/JENA-486
>             Project: Apache Jena
>          Issue Type: Improvement
>            Reporter: Andy Seaborne
>
> TDB transactions (which are DatasetGraphs built in DatasetBuilderTxn) have 
> limited calability.
> BlockMgrJournal, used for modified data in indexes is an in-memory structure.
> The transactional NodeTableTrans keeps the new objects on disk but uses 
> IndexMap for some access structures.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to