byzhang / terrastore

Automatically exported from code.google.com/p/terrastore
Other
0 stars 0 forks source link

Implement range-based delete operation #142

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We should implement a way to delete multiple documents by a single API call, 
providing the key-range.

Original issue reported on code.google.com by sergio.b...@gmail.com on 15 Dec 2010 at 2:47

GoogleCodeExporter commented 9 years ago

Original comment by sergio.b...@gmail.com on 16 Dec 2010 at 9:43

GoogleCodeExporter commented 9 years ago
Should we also allow jxpath-predicates in these range-based deletes?
(iow mirroring the range-based GET capabilities)

Original comment by johansso...@gmail.com on 2 Jan 2011 at 1:35

GoogleCodeExporter commented 9 years ago
I think supporting predicates as in range queries would be a nice thing to have.
What's your take?

Original comment by sergio.b...@gmail.com on 3 Jan 2011 at 7:34

GoogleCodeExporter commented 9 years ago
I think we should do it. 
Will make for a nice and symmetric API if not anything else.

Original comment by johansso...@gmail.com on 3 Jan 2011 at 8:59

GoogleCodeExporter commented 9 years ago
Absolutely, we should support any query parameter as in range queries indeed.

Original comment by sergio.b...@gmail.com on 3 Jan 2011 at 9:06

GoogleCodeExporter commented 9 years ago

Original comment by johansso...@gmail.com on 14 Jan 2011 at 3:24