Hi
As per the project requirement we are using Postgres db with Postgis extenion, in this GIS Vector data stored in this database( No GeoDatabase), now we connect this db using Database Connection and publish the services (Feature/ Map Service).
Now we are facing performance challenge, so times taking long time, we applied indexing gist(shape field) and btree(on non id field).
Can anyone suggest what should need to do? We do not want to use GeoDatabase bcoz other python services integrated on this.