Quote:
Originally Posted by mack101
Running into a issue on my production server install.. the indexes grew to 62GB where it maxed out my disk space.
On the test server, using the same db, the indexes only used 39GB... What could be the cause of this?
|
My guess is you were using --rotate switch, which temporarily creates copy of indexes. When it finishes, it replaces existing indexes. This is normal behavior.