matteo_pascon
Explorer
Member since ‎2023 Jan 10

User Statistics

  • 3 Posts
  • 0 Solutions
  • 9 Kudos given
  • 0 Kudos received

User Activity

So, I'm using reduce to get the number of record that satisfy a condition inside a loop. Will it perform better if the table is declared as sorted using a logic similar to that of parallel cursor or does it actually just check linearly? The code...