Skip to content

Refactoring: Switch from duckdb to Postgres for storing overture data#4

Merged
sunu merged 28 commits intomainfrom
helm-chart
Jun 19, 2025
Merged

Refactoring: Switch from duckdb to Postgres for storing overture data#4
sunu merged 28 commits intomainfrom
helm-chart

Conversation

@sunu
Copy link
Member

@sunu sunu commented Jun 19, 2025

Because string‐similarity searches over the Overture dataset require loading all records into memory, they suffer from high latency and excessive RAM usage. To solve this, we’ve migrated to PostgreSQL with PostGIS, which supports indexed, on‐disk queries. This PR also adds a Helm chart for Kubernetes deployment — including an init container that performs the initial data load.

@sunu sunu merged commit 12daa68 into main Jun 19, 2025
2 checks passed
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.

1 participant