How to preserve large database query results on the server for future processing
I have an asp.net core razor pages application that displays data in a javascript chart. In some scenarios, this chart can have up to 1 300 000 datapoints/database rows. Depending on the selected date range in the chart, I want to make a request to the server to calculate stats like min, max, and average values for the selected time range.