Skip to content

Commit

Permalink
CE-1066 Add database index for soundscape composition classes annotat…
Browse files Browse the repository at this point in the history
…ions table
  • Loading branch information
rassokhin-s committed Jul 30, 2021
1 parent 0fbcf49 commit 35dfc2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Performance improvements:
- CE-1067 Speed up recordings queries which search by selected sites on Recordings and Visualizer pages
- CE-1070 Speed up recordings total count endpoint
- CE-1063 Delete project stats bar from Summary page
- CE-1066 Add database index for soundscape composition classes annotations table

## v3.0.32 - June 26, 2021

Expand Down
2 changes: 2 additions & 0 deletions TEST_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Test Notes are used to list what pages / components / features / user flows are
- Check that total recordings count is still correctly calculated on Project summary page
- CE-1063 Delete project stats bar from Summary page
- Check that summary page still works correctly
- CE-1066 Add database index for soundscape composition classes annotations table
- Check that Data -> Soundscape composition classes page works relatively fast

## v3.0.32

Expand Down
1 change: 1 addition & 0 deletions scripts/db/020-add-scc-annotations-index.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX class_recording ON recording_soundscape_composition_annotations (scclassId, recordingId);

0 comments on commit 35dfc2a

Please sign in to comment.