On 27/02/13 19:10, Егор Егоров wrote:
27.02.2013 22:30, Andy Seaborne пишет:
Егор,
Could you raise a JIRA with a short data file as a minimal, complete
example (one triple should do!)?
Thanks
Andy
PS For testing,
tdbquery --data DATAFILE ....
will run TDB using an in-memory testing database. Not scalable but
more convenient to try things out.
Andy,
JENA-406.
Thanks (I was working where there was bad phone/data reception .. async
email but no way to use JIRA).
PS
Do you mean tdbloader --mem=DATAFILE?
tdbquery --data DATAFILE ....
causes tdbquery to load the file in memory then query it.
TDB's in-memory storage is exactly like the 32 bit system except that
that is a simple RAM disk (and disk blocks are copied in and out to make
it work like a disk). For testing ... it's using as much of the same
machinery as possible. It is not fast.
--data and --mem are the same
tdbloader would load the data and loose everything when it exited. In
this case, it will have a similar effect (the path through the load
process does not affect the bug).
Andy