zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #02347
[Bug 898168] [NEW] Windowing doesn't stream
Public bug reported:
The following query:
for tumbling window $w in (HUGE sequence of items)
start at $s when fn:true()
only end at $e when $e - $s eq 2
return <window>{ $w }</window>
Loads the complete sequence in memory.
** Affects: zorba
Importance: High
Status: New
** Changed in: zorba
Importance: Undecided => High
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/898168
Title:
Windowing doesn't stream
Status in Zorba - The XQuery Processor:
New
Bug description:
The following query:
for tumbling window $w in (HUGE sequence of items)
start at $s when fn:true()
only end at $e when $e - $s eq 2
return <window>{ $w }</window>
Loads the complete sequence in memory.
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/898168/+subscriptions
Follow ups
References