Hello! I have a performance problem related to full-text search in PostgreSQL. Indexing a SearchVector using a GIN index doesn't improve performance, and adding a SearchVectorField (populate it, index it, and add update trigger for it) actually throws it under the bus (makes the table size 7 times bigger [from 7GB to 50GB] and count(*) queries don't return in an hour for 8m records).
For more details please check the question I have put on stackoverflow:
https://stackoverflow.com/questions/75983345/indexing-searchvector-makes-query-slower-in-django-orm-postgresql