Hi,
I have created and uploaded a database consisting of 727 Mio of triples.
The database configuration has the triple index set to true, and I get can
make simple query like `*select distinct ?s where {?s ?p ?o} limit 10 `* I
wanted to know the exact number of triples using the /qconsole by making a

*select (count(*) as ?total) where {?s ?p ?o*
*              }*
However this operation never gives me any result.

Also how can I get the number of triples from the MLCP tool as it said :
`OUTPUT_RECORDS_COMMITTED: 7280660`. Is there a way to compute the number
of triples from the notion of "records" in Marklogic?

Thanks in advance.
Best,
Ghislain
-- 
--------------------------------------------
Ghislain A. Atemezing, Ph.D
R&D Engineer
@ Mondeca, Paris, France
Labs: http://labs.mondeca.com
Tel: +33 (0)1 4111 3034
Web: www.mondeca.com
Twitter: @gatemezing
About Me: http://atemezing.org
_______________________________________________
General mailing list
[email protected]
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to