Page MenuHomePhabricator

Implement DB schema for query indexes
Closed, ResolvedPublic

Description

After specifying the database schema (bug 56095), we now need to implement it. I propose to do this in two stages:

  • first, only data value types that rely on simple equality for queries, that is, string (including URL and CommonsMedia) and EntityId.
  • second, data value types that need range- or prefix matching, such as quantity, time and geo.

Version: unspecified
Severity: major
Whiteboard: query u=dev p=0 c=backend

Details

Reference
bz60127

Event Timeline

bzimport raised the priority of this task from to Unbreak Now!.Nov 22 2014, 2:59 AM
bzimport set Reference to bz60127.
bzimport added a subscriber: Unknown Object (MLST).