Bugs item #2071638, was opened at 2008-08-24 16:44
Message generated for change (Comment added) made by stmane
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2071638&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: Mapi
Group: XML
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Stefan de Konink (skinkie)
Assigned to: Nobody/Anonymous (nobody)
Summary: mclient output is limited?
Initial Comment:
/opt/monetdb/bin/mclient -lxquery
xquery>count(doc("planet-nl.osm")/osm/node)
more>5689472
/opt/monetdb/bin/mclient -lxquery < osm-all-sql-node.xq > node.sql
for $node in doc("planet-nl.osm")/osm/node
return
element { "n" }
{
data($node/@id),
text { ", " },
data($node/@lat),
text { ", " },
data($node/@lon),
text { ", '" },
data($node/@user),
text { "', '" },
data($node/@timestamp),
text { "'" }
}
[EMAIL PROTECTED] ~ $ wc node.sql
4478 22596 321310 node.sql
Maybe the just reported feature is a solution to this bug.
----------------------------------------------------------------------
>Comment By: Stefan Manegold (stmane)
Date: 2008-08-24 17:25
Message:
Logged In: YES
user_id=572415
Originator: NO
maybe a more detailed analysis than `wc` & `grep`, i.e., manually inspect
the output, might shed some light on this ...
----------------------------------------------------------------------
Comment By: Stefan Manegold (stmane)
Date: 2008-08-24 17:20
Message:
Logged In: YES
user_id=572415
Originator: NO
ps: haven't managed to analyze/fix the bug in ds_link() of module mkey
(cf.,
[ 2038906 ] XML attribute generation
http://sourceforge.net/tracker/index.php?func=detail&aid=2038906&group_id=56967&atid=482468
, yet, but we will look into this as soon as time permits...
----------------------------------------------------------------------
Comment By: Stefan Manegold (stmane)
Date: 2008-08-24 17:18
Message:
Logged In: YES
user_id=572415
Originator: NO
Thanks.
The problem might be cause by problems in the element construction in the
Algebra back-end as, e.g., reported in
[ 2038906 ] XML attribute generation
http://sourceforge.net/tracker/index.php?func=detail&aid=2038906&group_id=56967&atid=482468
Could you please try whether the old "milprint_summer" back-end (`mclient
-lx -g`) shows the same (or other) problems, or whether is works fine?
In any case, I don't expect this to be in any way related to how/when
results are emitted, nor that any change in that would "solve" this bug
...
----------------------------------------------------------------------
Comment By: Stefan de Konink (skinkie)
Date: 2008-08-24 17:17
Message:
Logged In: YES
user_id=533026
Originator: YES
And to be even more verbose:
[EMAIL PROTECTED] /var/tmp $ grep -c "<node " planet-nl-latest.osm
5689472
Is my flower broken?
----------------------------------------------------------------------
Comment By: Stefan de Konink (skinkie)
Date: 2008-08-24 17:06
Message:
Logged In: YES
user_id=533026
Originator: YES
I expect the output file to have 5689472 lines. And the output file
doesn't have more lines than 4478?
http://hypercube.telascience.org/planet/planet-nl-080823.osm.gz is the
source input file. It has been added with update support and 10% overhead.
(I'm happy to give a login so you don't have to redo this process) The
server has been compiled with --enable-optimise.
And the script is as simple as the above.
----------------------------------------------------------------------
Comment By: Stefan Manegold (stmane)
Date: 2008-08-24 17:01
Message:
Logged In: YES
user_id=572415
Originator: NO
Could you please be a bit more elaborate on what the bug is that you
report?
Please also (try to) provide all the information (incl. scripts and data,
or at least access/references to them) that is required to reproduce the
bug?
Thanks!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2071638&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