Skip to content

Commit

Permalink
Speedup dragnet selection
Browse files Browse the repository at this point in the history
  • Loading branch information
rammpeter committed Sep 22, 2024
1 parent c797e69 commit 2abf545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/helpers/dragnet/partitioning_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def partitioning
) seg ON seg.Owner = i.Owner AND seg.Segment_Name = i.Index_Name
WHERE t.Partitioned = 'YES'
AND i.Partitioned = 'NO'
AND t.Owner NOT IN (#{system_schema_subselect})
ORDER BY t.Num_Rows DESC NULLS LAST",
},
{
Expand Down

0 comments on commit 2abf545

Please sign in to comment.