How to reindex feature class that just been loaded into postgresql ? I load the data using Append tool.
I know I can use "rebuild Indexes (Data Management)".
But, can I use Postgresql command such as
"REINDEX (verbose, concurrently)
TABLE dbgis.bnp__attach;"
Note: this table is an attachment that contains blob data. It has 200K+ records and each row has around 1MB of blob (picture)