Receive from a TCP/IP connection a table and its meta-data.

Parameters:

Parameters:
This action receive a table on a specific TCP/IP port (the default port value is 3996).
The TcpIPReceiveTable action and the TcpIPSendTable action are used together to form the “Map” part inside a “Map-Reduce” algorithm (i.e. it allows ETL to make distributed computations on several PC’s).
When the option “Allow only one connection” is:
The data transferred using the TcpIPSendTable action and the TcpIPReceiveTable action is compressed to reduce the traffic on your computer network (it’s the same row-based compression than inside .gel files). The compression ratio (25%) typically obtained inside the TcpIPSendTable and the TcpIPReceiveTable action is thus lower than the compression ratio typically obtained using WinRAR (8%). This means that, when you can choose between:
…the later choice might be better because it reduces more the traffic on your computer network (because the volume of data transferred over the network is lower because of the better compression).
For faster processing, all data receptions are using an asynchronious I/O algorith. This means that ETL can receive (and also CRC-check and also decompress) several data-block (each data-block containing many rows) while, simultaneously, processing the required data transformations on the rows that are already available. The maximum quantity of data-block kept in RAM is defined inside the parameter “Number of buffers for each connection”. A large value allows to cope with sudden&brief “speed drops” of your computer network (but it also implies a higher RAM consumption).
If you need to tranfert different tables using the TcpIPReceiveTable action, than each TcpIPReceiveTable action must have a different port number. You can change the port number using the parameter “Receiver Main connection Port”.
