Bugs item #2665031, was opened at 2009-03-05 15:48
Message generated for change (Comment added) made by shcheklein
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=713730&aid=2665031&group_id=129076
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: Query Execution
Group: None
>Status: Closed
>Resolution: Invalid
Priority: 2
Private: No
Submitted By: Dmitry A. Shaporenkov (dsha)
Assigned to: Nobody/Anonymous (nobody)
Summary: Feedback on progress during query execution
Initial Comment:
I'd love to see some information about how my query is going on. Say I'm
running a query
<root>
{
for $p in collection ('wiki')/root/page
let $title := $p/title/text()
order by $title
return
<page>
{
$p/title,
$p/id,
$p/links
}
</page>
}
</root>
The execution of this query apparently includes multiple stages: scanning,
sorting, constructing results etc. I need to know when each stage finishes and
the next begins.
At the bare minimum, Sedna could use its log for providing such a feedback -
this doesn't require any additional infrastructure beyond what's already in
place.
----------------------------------------------------------------------
>Comment By: Ivan Shcheklein (shcheklein)
Date: 2009-03-06 14:01
Message:
Dmitry, you can post and discuss feature requests directly in
sedna-discussion list:
http://lists.sourceforge.net/lists/listinfo/sedna-discussion
P.S.
BTW, it's seems to me that fn:trace() can be used in some cases ...
----------------------------------------------------------------------
Comment By: Dmitry A. Shaporenkov (dsha)
Date: 2009-03-05 15:49
Message:
This is a feature request, but I don't see in this tracker how can I
distinguish between bugs/feature requests.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=713730&aid=2665031&group_id=129076
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Sedna-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sedna-discussion