If it's more than a second then ES will likely be faster. Our searches were taking 3 or 4 seconds to complete but with ES they're pretty much instantaneous.
Strictly speaking, any site will benefit from ES by getting rid of MySQL's limitations and stopword list. (Obviously you can change these, but then you'll start running into performance issues sooner.)
If it's more than a second then ES will likely be faster. Our searches were taking 3 or 4 seconds to complete but with ES they're pretty much instantaneous.
If I search for a fairly common word, such as Astra, the on screen loading on the first search seems to take around 2 seconds to come back with the results.
Strictly speaking, any site will benefit from ES by getting rid of MySQL's limitations and stopword list. (Obviously you can change these, but then you'll start running into performance issues sooner.)
I particularly like the stemming capability - catches a few more results than the default absolute MySQL word searching, making the results a bit more useful to us mere mortals.
I particularly like the stemming capability - catches a few more results than the default absolute MySQL word searching, making the results a bit more useful to us mere mortals.