Ya, that is most likely the issue. I have the gin_fuzzy_search_limit set to 15k.
Is there a way around this? Having a search limit of 15k seems reasonable to me when doing a FTS, however I would not want that limit when doing an exists query. Any way to tell the planner to not use the index? Or other alternative?
Thanks
RJ Ewing
On Jun 19, 2019, 11:56 PM -0700, Sergei Kornilov <sk(at)zsrv(dot)org>, wrote:
> Hello
>
> Please check your gin_fuzzy_search_limit setting: https://www.postgresql.org/docs/current/gin-tips.html
> Seems this setting is in effect.
>
> regards, Sergei