Project

General

Profile

Actions

Feature #185

open

Sinedon should allow one to obtain specific subsets of the complete query

Added by Neil Voss about 14 years ago. Updated almost 14 years ago.

Status:
New
Priority:
Low
Assignee:
-
Category:
Sinedon
Start date:
03/04/2010
Due date:
% Done:

0%

Estimated time:
Deliverable:

Description

I have a case where a sinedon query is too big and runs out of memory (Bug #184). It would nice to break the query into subsets, i.e. LIMIT 1,30; LIMIT 31,60; etc. by accepting a tuple.

Current sinedon:

>>> from appionlib import appiondata as ad
>>> p = ad.ApPathData()
>>> p.query(results=30)
[...]

Requested feature:

>>> from appionlib import appiondata as ad
>>> p = ad.ApPathData()
>>> p.query(results=(31,60))
[...]


Related issues 1 (1 open0 closed)

Blocks Appion - Bug #184: equalizeStack fails on large stacksNew03/04/2010

Actions
Actions #1

Updated by Neil Voss about 14 years ago

  • Category set to Sinedon
Actions #2

Updated by Neil Voss about 14 years ago

  • Tracker changed from Bug to Feature
Actions #3

Updated by Neil Voss about 14 years ago

  • Subject changed from Sinedon show allow one to obtain subsets of the complete query to Sinedon show allow one to obtain specific subsets of the complete query
Actions #4

Updated by Neil Voss almost 14 years ago

  • Target version set to Appion/Leginon 2.1.0
Actions #5

Updated by Neil Voss almost 14 years ago

  • Subject changed from Sinedon show allow one to obtain specific subsets of the complete query to Sinedon should allow one to obtain specific subsets of the complete query
Actions #6

Updated by Amber Herold almost 14 years ago

  • Priority changed from Normal to Low
  • Target version changed from Appion/Leginon 2.1.0 to Appion/Leginon Future Version
Actions

Also available in: Atom PDF