Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
6.4.1
-
None
-
2021-17
Description
The local interaction b/w PP and EM now goes over a network socket and in case of a single-node installation the socket is not even compressed. This imposes extra latency working with a single-node.
This feature bypasses network hop for ByteStreams generated by BATCH_PRIMITIVE_RUN primitive jobs.
Attachments
Issue Links
- is caused by
-
MCOL-5001 Combine PrimProc and ExeMgr runtimes
-
- Closed
-
4QA this patch enables PP to bypass network hop sending data from PP to the local EM. It should reduce the query execution timings in general. The expected profit should be around 15%.