Bugs item #2049320, was opened at 2008-08-13 11:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2049320&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: PF general
Group: Pathfinder 0.24
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: mafweb (mafweb)
Assigned to: Nobody/Anonymous (nobody)
Summary: pf:collection doc count wrong (again?)

Initial Comment:
I've shredded 8931 documents as collection "xbrl" into an empty database build 
from MonetDB-Feb2008 tarball.

When I do:

let $docs := for $d in collection('xbrl')
             where $d/*
             return $d
return count($docs)

it should return 8931, but instead the answer was: 8924.

So, I decided to download yesterdays tarball, after a long wait while 
compiling, I shredded the 8931 documents into collection xbrl again.

Now I get:
ERROR = !fatal error: Algebra implementation for function `fn:collection' 
unknown.
This is not the main issue, but if someone could tell me why I'm missing fn 
functions, it would help.

So, changing to 

count(pf:documents())
results in 8977 (???)

restart of the Mserver, redo query:

count(pf:documents())
results in 8931 (OK, as it should be)

Rechecked the feb version, after restart Mserver count indeed results correct 
amount.

What is wrong here? Some counter recalculated after server start, which isn't 
set correctly initially?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2049320&group_id=56967

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to