Zum Hauptinhalt gehen

Autocomplete Box Return Speed is Slow

Kommentare

4 Kommentare

  • Permanently deleted user
    Hi Gary,

     

    You may be able to get away with a simple change like changing the "Min. Prefix Length".  If this value is too low, like 2 or 3, the query will return too many records and take a long time.  Try using a value of 4 or more to speed it up.

     

    Regards,

     

    Wayne Richard

     

    Latitude Geographics Group Ltd.

     

    Head Office: 300 – 1117 Wharf Street  Victoria, BC Canada V8W 1T7

     

    Tel: (250) 381-8130 | Fax: (250) 381-8132 | wrichard@latitudegeo.com 

     

    Developers of Geocortex web-based mapping software | www.geocortex.com

     

    An Esri Platinum Business Partner

     

     
    0
  • Scott Daniel
    One thing I would change, if possible, is the Join.

     

    Create a view in SQL that "joins" the parcel feature class to the land owner table. Include all necessary fields especially the geometry field (SHAPE). Then, add that view as a layer in ArcMap. ArcMap will treat it like a feature class, and later refer to it as a "query". You'll see a huge improvement in performance. Any field that is queried on should be indexed.
    0
  • Permanently deleted user
    Good idea's Scott's idea only will work on ArcServer 10.6 or later if you are using Active Directory integration. There was a bug on prior version that alllows you publish a map service fine using Active Directory Database Authentication but nothing shows. SQL Authentication works fine.

     

    Overall I had this problem with the USA Land Grid. I found rebuilding the spatial index plus adding indexing via ArcMap (vs SQL) to solve all the problems. There were not joins though so that might be a 2nd concern per Scott's idea after doing some indexing.

     

     
    0
  • Scott Daniel
    I have been using views since much earlier than 10.6. As long as your SQL server supports geometry field types, it will work. I believe this was first supported in ArcGIS 10.3 and SQL Server 2008.
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.