Postgresql – Postgres, searching with ILIKE operator from json array works different, than from regular table
In our DB we have tables, that have 6-8 M records, this data is static and in order of performance optimization we decided to store some data from this tables in separate table, and for predefined filters use the values…