Page MenuHomePhabricator

Index integer fields as such for webrequest data in Pivot
Closed, DuplicatePublic

Description

Currently the following fields are indexed as strings (ABC) instead of numbers or integers:

  • Response size
  • Time firstbyte

Making these indexed as numbers, integers or floats or some other numerical data type, will enable specific features for them. Specifically, I'm hoping to be able to group by ranges (e.g. 0-100, 100-1000, etc.)