Stop Reindex
vbogol
Posts: 2 Bronze 1
in SQL Search
Sometimes when server is changed it automatically starts Reindex for all databases. Even if one database was selected later, it continue re-indexing and it could be very long. Is it possible to add Stop Reindex button to stop the process?
Tagged:
Comments
The main complication with a "stop" button is that you'd end up with a half-populated index, which means your searches would return incomplete results. I guess we could keep the old index hanging around until the new index has been completely built, but this would increase disk/memory usage and might confuse users by returning outdated results while the rebuild is in progress. We'll investigate further, but it may well turn out to be impractical.
Redgate Software
I was trying to convince people in the office to use it, but when this issue happened for the very first time, they gave up... nobody wants to start a search (maybe by mistake) and don't be able to stop it.
We have millions of rows in our database and it takes forever.
So I really wish we could have a 'stop' button
At first, it could be flagged which DB was indexed. Secondly, if server was changed in drop down during indexing, results are not completed anyway. Believe me, it becomes very long and annoying, when SQL Search indexing long list of databases, that I do not need, especially when I need to get quick search some small DB. And I absolutely support Fernando_Nine
Sorry, I did not notice any performance improvement in newest version.
Thank you.