When temporal ranges are enabled in geoserver right now a full table scan is initiated to determine the minimum and maximum bounds. We need to create a statistics implementation for quantifying the time range, and wire it up to the datastore so the statistics are used (same thing we do for bounding extents). Might need a little investigation on how multiple time dimensions are handled (and we should probably store stats for all time types)
When temporal ranges are enabled in geoserver right now a full table scan is initiated to determine the minimum and maximum bounds. We need to create a statistics implementation for quantifying the time range, and wire it up to the datastore so the statistics are used (same thing we do for bounding extents). Might need a little investigation on how multiple time dimensions are handled (and we should probably store stats for all time types)