More information....

My workflow is as follows :
1. Read data from web service
2. create triples
3. apply some reification
4. after about a 100 or so call datasetAccessor.putModel(<GRAPH>, model);

Should I use put model or should I use add? I need to update (delete /
insert) triples from time to time that is why I am using put.

On Thu, Feb 12, 2015 at 6:32 AM, Trevor Donaldson <[email protected]>
wrote:

> Hi,
>
> I am in the middle of updating our store from RDB to TDB. I have noticed a
> significant size increase in the amount of storage needed. Currently RDB is
> able to hold all the data I need (4 third party services and 4 years of
> their data) and it equals ~ 12G. I started inserting data from 1 third
> party service, only 4 months of their data into TDB and the TDB database
> size has already reached 15G. Is this behavior expected? Seems like that is
> a lot. I will probably need multiple TBs if this is the expected behavior.
>
> Thanks,
> Trevor
>

Reply via email to