Autocomplete performance improvements

I have an index with about 2M records that is currently really hurting the CPU, when autocomplete queries are sent.

I was looking at creating a new index just for autocomplete and seeding just the names instead of the having the entire object (which is quite large) in the index.

In theory, would this speed up the autocomplete and stop hurting the CPU so much?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.