Optimize Trends Queries: First pass using DuckDB #11

Open
taf wants to merge 0 commits from trends__query_optimization into main
Owner
No description provided.
taf added 48 commits 2026-06-19 23:57:44 +00:00
This reverts commit 4201cad5cc.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Tests run against podsearch_test, a TEMPLATE clone of podsearch_dev.
This copies data + HNSW indexes instantly, avoiding the ~15 min CSV
import + index rebuild. The Ecto Sandbox rolls back per-test writes
so the cloned data stays intact across mix test runs.

Also expands README with export/import and testing documentation.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Expanded README with export/import instructions for dump_sample.sh,
including copy-pasteable docker exec commands for loading CSVs.
Added .env and podsearch_sample/ to .gitignore.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Merge conflict checking is in progress. Try again in few moments.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin trends__query_optimization:trends__query_optimization
git switch trends__query_optimization

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff trends__query_optimization
git switch trends__query_optimization
git rebase main
git switch main
git merge --ff-only trends__query_optimization
git switch trends__query_optimization
git rebase main
git switch main
git merge --no-ff trends__query_optimization
git switch main
git merge --squash trends__query_optimization
git switch main
git merge --ff-only trends__query_optimization
git switch main
git merge trends__query_optimization
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
taf/podcast_search!11
No description provided.