[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [OSSTEST PATCH v2 20/41] schema: Add index for quick lookup by host
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- v2: Use proper \ escaping for underscores in LIKE --- schema/runvars-host-index.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 schema/runvars-host-index.sql diff --git a/schema/runvars-host-index.sql b/schema/runvars-host-index.sql new file mode 100644 index 00000000..222a0a30 --- /dev/null +++ b/schema/runvars-host-index.sql @@ -0,0 +1,8 @@ +-- ##OSSTEST## 009 Preparatory +-- +-- This index helps sg-report-host-history find relevant flights. + +CREATE INDEX runvars_host_idx + ON runvars (val, flight) + WHERE name ='host' + OR name LIKE '%\_host'; -- 2.20.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |