G
George Potemkin
Guest
Idxfix can find the index corruption. It can fix the index corruption. (I would separate these phases with two runs). But idxfix can't fix the performance issues. > I cannot enter a command as their is no prompt, I don't want to CTRL + C the routine, but wondered if there was a similar command to pause and then re-start. You can find PID of the running idxfix (e.g. in db log). Then run: kill -SIGSTOP It will pause the process. Then run: kill -SIGCON It will unfreeze the process.
Continue reading...
Continue reading...