Do you really need tsvector column?
Analyzes the performance and storage trade-offs of using a dedicated tsvector column versus an expression index for full-text search in PostgreSQL.
Analyzes the performance and storage trade-offs of using a dedicated tsvector column versus an expression index for full-text search in PostgreSQL.
Explores how PostgreSQL and its extensions can replace many modern tech stack components like Redis, Elasticsearch, and Kafka, simplifying architecture.
A talk on implementing full-text search in Django using only PostgreSQL, presented at PyCon US 2023.
A talk on implementing full-text search using Django and PostgreSQL, avoiding complex external search engines.
A lightning talk from DjangoCon Europe 2022 on implementing full-text search in the official Django project documentation website.
A tutorial on implementing full-text search in Django applications using PostgreSQL's built-in search capabilities.
An overview of MeiliSearch, a minimalist, Rust-based full-text search engine, highlighting its features, codebase, and performance.
Django Chat podcast episode discussing PostgreSQL full-text search and GeoDjango for mapping projects with contributor Paolo Melchiorre.
A talk on implementing full-text search using Django and PostgreSQL, highlighting its simplicity over dedicated search engines.
A talk on implementing full-text search using only Django and PostgreSQL, following Pythonic principles for simplicity.
A talk on implementing full-text search using only Django and PostgreSQL, presented at DjangoCon Europe 2020.
A talk on implementing full-text search using only Django and PostgreSQL, presented at EuroPython 2020.
Explores using PostgreSQL's full text search and trigram similarity in Django for a college search feature, detailing implementation choices.