Select to view content in your preferred language

How do I drop and rebuild indexes on a featureservice layer?

492
0
04-20-2022 10:16 AM
KirkKuykendall1
Frequent Contributor

Hi -

I have a script that inserts a large number of features into a featureservice layer via REST.

To make this run faster, I would like to:

  • drop indexes (including spatial indexes) 
  • do my inserts
  • rebuild the indexes 

I do not have direct access to the backend DBMS - I can only use REST.

Is there a way to do this with the REST API?

Tags (2)
0 Kudos
0 Replies