Configures the size of the buffer for streaming blob/clob data from server to client.
If the configured size is 0 or less, the buffer is not placed.
If there were found many small packets, of which sizes are much lower than maximum size of packet possible in the network, it will improve performance of streaming to setting this configuration.
Recommended value of this configuration is maximum packet size possible in the network minus appropriate size for header.
derby.drda.streamOutBufferSize=sizeOfBuffer
0 (zero).
derby.drda.streamOutBufferSize=1024
Dynamic. You can change system values by using commands after the Network Server has been started.