In CRM 2013, when you add a column to the Quick Find View, CRM automatically generates an index to go with it. These indexes appear in the SQL database named as, e.g. "ndx_QF_myorg_myCustomField".
However, when I look at my Account Table (dbo.AccountBase), I don't see any ndx_QF indexes. Am I looking in the wrong place, or is there a database problem here?