Go to file
Dave Borowitz acdc155f13 Implement Paginated interface for index searches
To support pagination, we need to be able to restart a search from a
particular sort key. In the SQL index implementation, this is done
using a combination of rewrite rules and ChangeAccess methods for
scanning around the sort key. This approach does not quite work for
the secondary index, which is much less rewrite-heavy.

Teach IndexedChangeQuery to replace SortKeyPredicate leaves in a
predicate tree with a new predicate having a different cut point. This
is a simple recursive algorithm since we explicitly do not try to deal
with the case of multiple sort key predicates in different subtrees.
Such queries are already documented to have unpredictable behavior
(since in the SQL implementation it is non-obvious which of a number
of such predicates is chosen as the source and which are used for
filtering).

Change-Id: Ia839eb21086b64be2bebdcc71aa579b8c99a2fd8
2013-09-24 09:44:35 -07:00
2013-09-18 13:05:11 -07:00
2013-09-18 13:05:11 -07:00
2013-09-18 13:05:11 -07:00
2013-09-18 13:05:11 -07:00
2013-09-18 13:05:11 -07:00
2013-09-18 13:05:11 -07:00
2013-09-18 13:05:11 -07:00
2013-09-18 13:05:11 -07:00
2013-09-18 13:05:11 -07:00
2013-09-18 13:05:11 -07:00
2013-09-18 13:05:11 -07:00
2013-09-18 13:05:11 -07:00
2013-09-18 13:05:11 -07:00
2013-09-18 13:05:11 -07:00
2013-09-18 13:13:29 -07:00
2013-09-18 13:05:11 -07:00
2013-09-18 13:05:11 -07:00
2013-09-18 13:05:11 -07:00
2013-09-20 09:08:24 +02:00
2013-09-20 19:41:26 -07:00
2013-09-20 19:41:26 -07:00
2013-09-20 19:41:26 -07:00
2013-09-20 19:41:26 -07:00
2008-11-14 16:59:34 -08:00
2009-03-27 20:20:10 -07:00
Description
RETIRED, Gerrit as used by OpenStack
120 MiB