New issue
Advanced search Search tips

Issue 670323 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Dec 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Cache results of the queries to BQ in memcache

Project Member Reported by serg...@chromium.org, Dec 1 2016

Issue description

Currently we run BQ each time user refreshes a page. It is slow and causes unnecessary load. We should run these queries as a cron job once an hour and return cached copy from memcache instead.

One exception is substring-search on https://test-results.appspot.com/flakiness. Here we can not cache queries and need to continue running BQ query per HTTP request.
 
Components: Infra>Flakiness
Labels: -Pri-3 Milestone-Fishfood Flakiness-Surface Pri-2
Owner: serg...@chromium.org
Status: Assigned (was: Untriaged)
Status: Started (was: Assigned)
CL: http://crosreview.com/418659
Status: Fixed (was: Started)
Status: Started (was: Fixed)
This is still not done for ChromiumDash.
Status: Fixed (was: Started)

Sign in to add a comment