digitalpoint
Well-known member
There isn't a whole lot of reason to store the Elastic Search _source field other than for debugging purposes usually, but apparently XenES_Search_SourceHandler_ElasticSearch::_getSqlLimitedHits() uses it to populate the temporary table.
Any way this could be changed to populate from the live database instead?
Seems silly to double your ES index size so it can do a rarely used temp table population.
Any way this could be changed to populate from the live database instead?
Seems silly to double your ES index size so it can do a rarely used temp table population.