The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(Score: 0) by Anonymous Coward on Friday October 24, @12:51AM
(1 child)
by Anonymous Coward
on Friday October 24, @12:51AM (#1421967)
FWIW, the search function is a heavy operation for the backend and storage even with a lot of the hard work done by Sphinx. I wouldn't be surprised if it isn't the first thing to start creaking under heavy load. In fact, UI tests often target search as their primary endpoint in many places that do automated tests for responsiveness because it is more sensitive to load conditions.
(Score: 0) by Anonymous Coward on Friday October 24, @12:51AM (1 child)
FWIW, the search function is a heavy operation for the backend and storage even with a lot of the hard work done by Sphinx. I wouldn't be surprised if it isn't the first thing to start creaking under heavy load. In fact, UI tests often target search as their primary endpoint in many places that do automated tests for responsiveness because it is more sensitive to load conditions.
(Score: 2) by kolie on Friday October 24, @12:59AM
Accurate.