This message was deleted.
# general
s
This message was deleted.
r
what is your question? MiddleManager is in fact the 'real time' node, if that was the question
but pretty much always you will need a historical node as well, even if you only to query 'real time' maybe you can upgrade to latest version, druid 27, where you can have pretty much 'no historical loaded but still queryable if needed' but that's pretty new
j
Hi Saurabh, To add to what Renato said -- The "real-time" query is served specifically by each streaming ingestion task. Each ingestion task has around 5 JVM threads ... three are used for the data ingestion process and two are used to serve queries. Ingestion tasks are JVMs spawned by the Middle Manager and live on the same node as the MM.
s
Thanks @Renato Santos & @John Kowtko, this clears my doubt.
🙌 2