I am heavily using the unaccent module in a table with 500.000 rows where each row contains proportionally a lot of accented characters.
The issue I am facing is that my queries have become time consuming monsters.
Is it utterly unacceptable -in terms of database design- to save an unaccented copy of each string in another column of the table in question and query that one instead of using the unaccent module?