You can specify :prefixes => true (or :infixes => true) for specific
fields, and that means it only applies to them, instead of all.
indexes addresses.zip, :as => :addresses_zip, :prefixes => true
I'm not sure if there's a performance hit, but definitely the more
fields with infixes or prefixes, and the smaller the minimum length of
those, the larger your indexes get. Memory-wise, probably not much if
any change - only attributes are stored in memory constantly.
--
Pat