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?