Skip to content

Commit

Permalink
Circling back and removing compliance join for all
Browse files Browse the repository at this point in the history
having include_for_find: :compliances forces a join
too many records are coming back.

We removed a few of these before, but this PR
circles back and removes them from the other views
  • Loading branch information
kbrock committed Aug 1, 2019
1 parent 2606ffa commit 091d87f
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion product/views/InstanceOrImage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ include:
# Included tables and columns for query performance
include_for_find:
:snapshots: {}
:compliances: {}
:operating_system: {}
:hardware: {}
:tags: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ include:

# Included tables and columns for query performance
include_for_find:
:compliances: {}
:operating_system: {}
:hardware: {}
:tags: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ include:

# Included tables and columns for query performance
include_for_find:
:compliances: {}
:operating_system: {}
:tags: {}

Expand Down
1 change: 0 additions & 1 deletion product/views/ManageIQ_Providers_CloudManager_Vm-vms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ include:

# Included tables and columns for query performance
include_for_find:
:compliances: {}
:operating_system: {}
:tags: {}

Expand Down
1 change: 0 additions & 1 deletion product/views/ManageIQ_Providers_CloudManager_Vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ include:

# Included tables and columns for query performance
include_for_find:
:compliances: {}
:operating_system: {}
:tags: {}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ include:
# Included tables and columns for query performance
include_for_find:
:snapshots: {}
:compliances: {}
:operating_system: {}
:hardware: {}
:tags: {}
Expand Down
1 change: 0 additions & 1 deletion product/views/ManageIQ_Providers_InfraManager_Vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ include:
# Included tables and columns for query performance
include_for_find:
:snapshots: {}
:compliances: {}
:operating_system: {}
:hardware: {}
:tags: {}
Expand Down
1 change: 0 additions & 1 deletion product/views/MiqTemplate-all_miq_templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ include:
# Included tables and columns for query performance
include_for_find:
:snapshots: {}
:compliances: {}
:operating_system: {}
:hardware: {}
:tags: {}
Expand Down
1 change: 0 additions & 1 deletion product/views/ProvisionInfraTemplates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ include:

# Included tables and columns for query performance
include_for_find:
:compliances: {}
:operating_system: {}
:hardware: {}
:tags: {}
Expand Down
1 change: 0 additions & 1 deletion product/views/Vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ include:
# Included tables and columns for query performance
include_for_find:
:snapshots: {}
:compliances: {}
:operating_system: {}
:hardware: {}
:tags: {}
Expand Down
1 change: 0 additions & 1 deletion product/views/VmOrTemplate-all_orphaned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ include:
# Included tables and columns for query performance
include_for_find:
:snapshots: {}
:compliances: {}
:operating_system: {}
:hardware: {}
:tags: {}
Expand Down
1 change: 0 additions & 1 deletion product/views/VmOrTemplate-all_vms_and_templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ include:
# Included tables and columns for query performance
include_for_find:
:snapshots: {}
:compliances: {}
:operating_system: {}
:hardware: {}
:tags: {}
Expand Down

0 comments on commit 091d87f

Please sign in to comment.