I have an ingest-heavy workload (many more writes than reads). I am curious about the need / benefits of having ingest-only nodes vs having the ingest done on the data nodes.
I don't think I actually have a specific ingest pipeline, but my question is whether or not things like indexing / analyzing (e.g. stemming) happens on the ingest nodes or not. Is it beneficial for me to offload this processing to ingest-only nodes, or is that only suggested if you have a specific "ingest pipeline"?
Thanks in advance!