churchlab / millstone

Genome engineering and analysis software
http://churchlab.github.io/millstone/
MIT License
47 stars 19 forks source link

Scaffold command for dropping materialized view indices. #693

Closed glebkuznetsov closed 7 years ago

glebkuznetsov commented 7 years ago

Just some scripts for now for creating indices. Eventually might want to create these as part of materialized view creation.

Drop indices: sudo -u postgres psql millstone -f drop_materialized_view_indices_cmd.txt

Create new indices: sudo -u postgres psql millstone -f millstone_create_indeces_cmd.txt