I had a view on my Test server. After installing Sideview on my PROD Machine, the postprocess that was displaying my xml flat, with an spath, became very slow.
Is it because my searchHead and Indexer where the same machine on TEST, and now when making a postprocess, my searchHead needs to ask the indexer to make the spath ?? Or do the postprocess operations are made by the searchHead itself ?
Is there a way to make an spath on a $foo$, everything being made by the searchHead ? I guess if I make an | stats count | fields - count | eval foo=$foo$ | spath input=foo then it will send the variable to the indexer for computing ?, and that's not optimal.
If it is the case, are thinking about a module to compute $foo$ variables on the search head ?