Add pilot_resulttype database index
This commit is contained in:
@@ -891,6 +891,7 @@ my %handlers = (
|
||||
# Add indices to accelerate queries:
|
||||
# - fspgroup.eq_class
|
||||
# - fsppilot.pilot_class
|
||||
# - result_GenericExperimentMessage.pilot_resulttype
|
||||
my @dbs = Mars::db_list();
|
||||
my @dbs_with_notes;
|
||||
foreach my $db (@dbs) {
|
||||
@@ -921,6 +922,10 @@ my %handlers = (
|
||||
'fsppilot', 'pilot_class',
|
||||
'variant_id, known_outcome, instr2, data_physical_address'
|
||||
],
|
||||
[
|
||||
'result_GenericExperimentMessage', 'pilot_resulttype',
|
||||
'pilot_id, resulttype'
|
||||
],
|
||||
);
|
||||
|
||||
foreach my $db (@selected_dbs) {
|
||||
|
||||
Reference in New Issue
Block a user