Will this query give me a vaild count result?
for $collection in
cts:collections()
return
element result {
element collection
{$collection},
element count
{xdmp:estimate(collection($collection))}
}
Also, if I backup a database on an ML 4.2-7 cluster and restore it on ML7,
should running the same query give the same results.
for $collection in
cts:collections()
return
element result {
element collection
{$collection},
element count
{xdmp:estimate(collection($collection))}
}
Gene
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general