Go to file
Shawn Pearce a1accedd90 Load user's starred changes async to query
Some database implementations are able to run a query in the
background and only stall the application when the ResultSet is
iterated and the next object has not yet been returned.

If the caller is signed in and running a change query the JSON
formatter will need to use the starred change collection.  Begin
loading the starred change collection for the caller before the
change query is parsed and executed, giving the database time to
load the starred changes in the background.

This should reduce some search result latency for signed in users
on gerrit-review, where the database is slow but ResultSet loads
objects async to the application.

Change-Id: Ic19c3242d2fc34f5e4417989667beb51c0d6260d
2013-09-09 15:48:51 -07:00
2013-06-21 09:51:01 -07:00
2013-06-21 09:51:01 -07:00
2013-06-21 09:51:01 -07:00
2013-06-21 09:51:01 -07:00
2013-06-21 09:51:01 -07:00
2013-06-21 09:51:01 -07:00
2013-07-05 18:55:30 -07:00
2013-06-21 09:51:01 -07:00
2013-09-04 21:31:03 -07:00
2013-09-05 16:47:50 -07:00
2013-09-04 21:31:03 -07:00
2013-08-15 17:25:45 +00: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