You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ This project is built on the following technologies: STAC, stac-fastapi, FastAPI
85
85
-[Auth](#auth)
86
86
-[Aggregation](#aggregation)
87
87
-[Rate Limiting](#rate-limiting)
88
+
-[Datetime-Based Index Management](#datetime-based-index-management)
88
89
89
90
## Documentation & Resources
90
91
@@ -230,9 +231,9 @@ You can customize additional settings in your `.env` file:
230
231
> [!NOTE]
231
232
> The variables `ES_HOST`, `ES_PORT`, `ES_USE_SSL`, `ES_VERIFY_CERTS` and `ES_TIMEOUT` apply to both Elasticsearch and OpenSearch backends, so there is no need to rename the key names to `OS_` even if you're using OpenSearch.
232
233
233
-
# Datetime-Based Index Management
234
+
##Datetime-Based Index Management
234
235
235
-
## Overview
236
+
###Overview
236
237
237
238
SFEOS supports two indexing strategies for managing STAC items:
238
239
@@ -241,7 +242,7 @@ SFEOS supports two indexing strategies for managing STAC items:
241
242
242
243
The datetime-based indexing strategy is particularly useful for large temporal datasets. When a user provides a datetime parameter in a query, the system knows exactly which index to search, providing **multiple times faster searches** and significantly **reducing database load**.
243
244
244
-
## When to Use
245
+
###When to Use
245
246
246
247
**Recommended for:**
247
248
- Systems with large collections containing millions of items
@@ -255,9 +256,9 @@ The datetime-based indexing strategy is particularly useful for large temporal d
255
256
- Slightly longer item indexing time (automatic index management)
256
257
- Greater management complexity
257
258
258
-
## Configuration
259
+
###Configuration
259
260
260
-
### Enabling Datetime-Based Indexing
261
+
####Enabling Datetime-Based Indexing
261
262
262
263
Enable datetime-based indexing by setting the following environment variable:
0 commit comments