Autocomplete Speed
I have a workflow that utilizes two autocomplete boxes that allows a user to search for a street number and name from a Parcel layer and then zooms to the point. The autocomplete boxes consistently take between 5 to 10 seconds for each to load the address. Is there anything that can be done to speed up the process?
https://drive.google.com/file/d/0B9MJ7nq1HIUCSzU2LXJhaVZsdG8/view?usp=sharing
0
-
Have you indexed the fields in the database? 0 -
What is the autocomplete where clause you are using? '%{0}%' queries can be much less performant to a trailing wildcard '{0}%' 0 -
Another thing you can try is to increase the number of characters that are entered before the dropdown tried to populate. we've done this for address searches and it helps quite a bit - instead of trying to return values after the 1st 3 digits, set it for 5 or 6 and it will be pulling from a smaller subset. 0 -
Are you searching a File GDB or SDE? While FGDB is faster for most layers, SDE is likely faster if doing any kind of db search... 0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
4 Kommentare