Zum Hauptinhalt gehen

Autocomplete Speed

Kommentare

4 Kommentare

  • Permanently deleted user
    Have you indexed the fields in the database?
    0
  • Kevin Penner
    What is the autocomplete where clause you are using? '%{0}%' queries can be much less performant to a trailing wildcard '{0}%'
    0
  • Permanently deleted user
    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
  • Permanently deleted user
    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.