This is an automated email from the ASF dual-hosted git repository. rkk pushed a commit to branch RKuttruff-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
commit 1e1b9832b17b2db804888959895f060b3d3ccf7e Author: Riley Kuttruff <[email protected]> AuthorDate: Thu Sep 14 12:56:27 2023 -0700 Added forgotten changelog entry for #275 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dee3ded..d2701e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - SDAP-461: Added 4 remaining Saildrone insitu datasets. - SDAP-473: Added support for matchup job prioritization - SDAP-483: Added `.asf.yaml` to configure Jira auto-linking. +- SDAP-487: Added script to migrate existing `doms.doms_data` data to new schema. ### Changed - SDAP-453: Updated results storage and retrieval to support output JSON from `/cdmsresults` that matches output from `/match_spark`. - **NOTE:** Deploying these changes to an existing SDAP deployment will require modifying the Cassandra database with stored results. There is a script to do so at `/tools/update-doms-data-schema/update.py` @@ -22,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - SDAP-468: Updated matchup output filename - SDAP-482: Updated Saildrone in situ endpoint in config file - SDAP-485: Improved behavior for retrying failed Cassandra inserts when saving matchup results. +- SDAP-487: Improved result fetch speed for large matchup results by tweaking `doms.doms_data` schema to support querying by primary value id. ### Deprecated ### Removed - SDAP-465: Removed `climatology` directory.
