I did. The query plan changed from a table scan to using the index ("SEARCH user USING INDEX idx_use
I did. The query plan changed from a table scan to using the index ("SEARCH user USING INDEX idx_user_key_asc (key>? AND key<?)"), and the 50 character limit went away.




