Re: Inserting large volumes into a RW TDB store.

2014-10-21 Thread Dick Murray
I might be confusing the DynamicDataset... Dick On 20 October 2014 20:40, Dick Murray dandh...@gmail.com wrote: Thanks that confirms what I thought. Crazy idea time! Am I correct in thinking that there is a dataset view which allows you to present multiple datasets as one? I'm sure I saw

Re: Inserting large volumes into a RW TDB store.

2014-10-21 Thread Andy Seaborne
On 21/10/14 10:25, Dick Murray wrote: I might be confusing the DynamicDataset... You might well be ... There is also DatasetGraphViewGraphs which is a view of one graph in a dataset. Dick On 20 October 2014 20:40, Dick Murray dandh...@gmail.com wrote: Thanks that confirms what I

Inserting large volumes into a RW TDB store.

2014-10-20 Thread Dick Murray
Hello all. Are there any pointers to inserting large volumes of data in a persistent RW TDB store please? I currently have a 8M line 500MB+ input file which is being parsed by JavaCC and the created quads inserted into a TDB store. The process genreates 120M quads and takes just over 2hrs which

Re: Inserting large volumes into a RW TDB store.

2014-10-20 Thread Andy Seaborne
On 20/10/14 10:12, Dick Murray wrote: Hello all. Are there any pointers to inserting large volumes of data in a persistent RW TDB store please? I currently have a 8M line 500MB+ input file which is being parsed by JavaCC and the created quads inserted into a TDB store. The process genreates

Re: Inserting large volumes into a RW TDB store.

2014-10-20 Thread Dick Murray
Thanks that confirms what I thought. Crazy idea time! Am I correct in thinking that there is a dataset view which allows you to present multiple datasets as one? I'm sure I saw it in the codebase some time back? If I present the current datasets using this view I can create a new dataset and