We have a very large point layer in geodatabase in Oracle.
We would like to use partitions to make it work quicker.
The only operation we do on this layer is to pan/zoom on it so we would like to build the partition on the location.
The only thing I found in the docs is to make the spatial index (http://desktop.arcgis.com/en/arcmap/10.3/manage-data/using-sql-with-gdbs/spatial-indexes-and-stgeome...)
We would like to do it on the real features.
What is the best way to do it?
Thanks