I am aware that since KDB version 3.4 the 2GB IPC (network) message limit was raised from 2GB to 1TB.
Changes in 3.4 – Releases – kdb+ and q documentation - kdb+ and q documentation
The 2GB limit is a result of the message length field in the serialized message data, which is a 32 bit value.
I am querying a KDB system and the message size limit still appears to be limited to 2GB.
What, if anything, is required to increase this message size limit?
- Is any configuration option required?
- Does the client have to send some flag when making a request over IPC?