Quote Originally Posted by jbinkley60 View Post
Peter,

Would it make sense to offer a REINDEX option somewhere ? I used an SQLite tool to do it myself. fnaf


Thanks,

Jeff
Providing the REINDEX option in SQLite or any other database management system also makes sense for specific situations. REINDEX is the process of reorganizing database indexes, helping to improve data access performance.

However, using REINDEX needs to be done carefully and should generally not be done too often as it can be resource intensive and impact database performance. Usually, database management systems automatically maintain indexes to keep performance stable.