Skip to content

Commit

Permalink
edit legacy_survey_dr10_create_indexes_lowpriority.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
astronomygupta committed Aug 9, 2024
1 parent 33231f1 commit 790bbb1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ create index on catalogdb.legacy_survey_dr10(nobs_i);
create index on catalogdb.legacy_survey_dr10(nobs_z);
create index on catalogdb.legacy_survey_dr10(parallax);
create index on catalogdb.legacy_survey_dr10(ref_id);

create index on catalogdb.legacy_survey_dr10(ebv);
create index on catalogdb.legacy_survey_dr10(shape_r);
create index on catalogdb.legacy_survey_dr10(shape_r_ivar);
\o

0 comments on commit 790bbb1

Please sign in to comment.