@@@
operator must be present and used for all predicates,
including filters. For instance, the following two queries produce identical results, but the second query will return faster because only @@@
, not =
, is used.
COUNT(*)
instead of COUNT(<text_field>)
.