On 27/12/10 21:58, Benson Margulies wrote:
I looked into the stats option, too, but tdbconfig didn't have much to say ...
/Users/benson/data tdbconfig stats --loc=10k.tdb
(stats
(meta
(timestamp
"2010-12-27T16:57:02.884-05:00"^^<http://www.w3.org/2001/XMLSchema#dateTime>)
(run@ "2010/12/27 16:57:02 EST")
(count 0))
(other 0))
tdbstats (or tdbconfig stats) currently looks in the default graph of
the database unless you tel it otherwise.
Yours appears to have zero triples.
Try
tdbstats --loc=10k.tdb --graph=http://example/YourGraph
It should look in the whole DB, but that isn't done yet.
You can write the stats file by hand.
Slightly depressingly, the fixed.opt often does as well stats despite
being a data independent algorithm, for small to medium sized databases.
Andy