Insights/api/fix view paging
Created by: coury-clark
Closes https://github.com/sourcegraph/sourcegraph/issues/26807
This fixes insight view paging such that we will now select and page over entire views at a time instead of matched series. This involved a refactor to move the selection query inside a subquery from the insight_view
table.