Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix performance issue that aggregation cache not used for coverages #1317

Merged

Conversation

tdrwenski
Copy link
Member

@tdrwenski tdrwenski commented Mar 12, 2024

The aggregation cache for join existing aggregations stores coordinate information so that all files don't need to be opened on every request. For this cache to be used, NetcdfFile.location must be a non null value. This PR ensures the location is not null when an ncml dataset is opened as a coverage (for instance with NCSS).

Use this change in the TDS: Unidata/tds#475

@haileyajohnson haileyajohnson merged commit 343758e into Unidata:maint-5.x Mar 13, 2024
10 checks passed
@tdrwenski tdrwenski deleted the use-agg-cache-for-coverages branch March 13, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants