General Forum

148 votes
  1. Comments
  1. compudime

    This is very much needed to fix the situations when a SQL query stops all users while it builds a temorary index.

  2. Jim Hadar

    Excellent idea. Especially for in-house programmers. I can't count the times I've had to wait for everyone to go home, so I could make a simple change.

  3. graphicequaliser

    You can already make temporary indexes using AdsCreateIndex. I use this technique to allow the end user to build runtime filter indexes on data that is constantly shared. When the user closes the index, it deletes the index file that was created. A new one is created each time a user creates a new filter.

  4. srwhite

    I do not know what is so daft about considering that VFP has had this feature for years and I have not experienced data corruption because of it. Reindexing is a different matter and requires exclusive use.

  5. graphicequaliser

    Daft idea. You could easily compromise index integrity. If others are allowed to update the database while the index is being built, and those updates are also trying to update the index because they affect the fields used in the index order, then there could be problems, especially if they occur in the same index page simultaneously.

  6. joachimd

    and reindex, please

  7. LePrince

    Including FTS indixes, please.