Hi, On Wed, Nov 7, 2012 at 11:40 AM, Andy Seaborne <[email protected]> wrote: >>> Hi, >>> >>> After further testing I see that tdbstats appears to only summarise >>> the contents of the default graph. If all of the data exists in named >>> graphs then it generates output that indicates that the indexes are >>> empty (i.e. zero triple counts, no predicate counts). >>> >>> Is that the expected behaviour? > > Yes - know limitation.
Thanks for the confirmation Andy. > On 07/11/12 11:22, Leigh Dodds wrote: >> >> btw, I tried this: >> >> bin/tdbstats --set tdb:unionDefaultGraph=true --loc /tmp/test-indexes >> >> ...and it also generated "empty" results. > > This should help: > > tdbstats --graph=URI .... > > It may work on "urn:x-arq:UnionGraph" Yes, I just ran: bin/tdbstats --graph urn:x-arq:UnionGraph --set tdb:unionDefaultGraph=true --loc /tmp/test-indexes And got the expected results. This is a useful workaround for generating stats with a Fuseki setup which uses tdb:unionDefaultGraph=true Cheers, L. -- Leigh Dodds Freelance Technologist Open Data, Linked Data Geek t: @ldodds w: ldodds.com e: [email protected]
