Skip to content

Commit 5bfb0a1

Browse files
committed
Add partitioning for S1 collections
1 parent 3cc2927 commit 5bfb0a1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

helm-chart/eoapi-data-management/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ kubeVersion: ">=1.23.0-0"
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: "0.7.0"
18+
version: "0.8.0"
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

helm-chart/eoapi-data-management/fixtures/partitioning.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ SET search_path = pgstac, public;
55
BEGIN;
66
UPDATE collections set partition_trunc='month' WHERE id='sentinel-2-l1c';
77
UPDATE collections set partition_trunc='month' WHERE id='sentinel-2-l2a';
8+
UPDATE collections set partition_trunc='month' WHERE id='sentinel-1-l1-grd';
9+
UPDATE collections set partition_trunc='month' WHERE id='sentinel-1-l1-slc';
10+
UPDATE collections set partition_trunc='month' WHERE id='sentinel-1-l2-ocn';
811
COMMIT;

0 commit comments

Comments
 (0)