Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
Daniel Cloud edited this page May 19, 2015 · 2 revisions

Welcome to the hall-of-justice wiki!

DB improvements

Maybe create an index on tags? The following increases speed, though we aren't exposing queries on tags except via Elasticsearch...

CREATE INDEX tags_idx ON cjdata_dataset USING GIN(tags);
Clone this wiki locally