I create index when table is created, then insert data into table.
I think when the data in the table has been indexed, no need to run a REINDEX even if i delete or insert new data.
Is this right? Or each time, i need to run a REINDEX.
If I need to import a large amount of data into an existing indexed table should it be better to run a REINDEX?
When should I run a REINDEX?
Please tell me. Thanks!
