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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to