Sliced remove()

Bug #432484 reported by Jeroen T. Vermeulen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Storm
New
Undecided
Unassigned

Bug Description

It would be useful to me to be able to remove tuples selected by a sliced query, i.e. "delete x rows from this result set." It helps spread out garbage collection so as not to overload our databases.

I imagine the complication would be to identify a key that can be selected in a limited sub-query and passed to a surrounding DELETE query.

Revision history for this message
James Henstridge (jamesh) wrote :

This could probably be implemented similar to how Store.__contains__() handles non-trivial cases by using replace_columns() to generate a subquery expression.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.