New issue
Advanced search Search tips

Issue 829525 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocked on:
issue 826421



Sign in to add a comment

Filter BotInfo by composite first then dimensions_flat

Project Member Reported by mar...@chromium.org, Apr 5 2018

Issue description

Currently filtering in handlers_endpoints.py is done by dimensions first, then composite. But composite is a simple list of integer with a limited number of value, which the composite index bucketing should be quite simpler.

This requires:
- Create the new composite index in indexes.yaml
- Update the code to use the new order
- Remove the old composite index
- Vacuum indexes.
 

Sign in to add a comment