You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-10 01:22:48 +03:00
The end of a cpimport adds a delay which is 1 second multiplied by the number of PMs. This in-turn is multipled up with the number of connections/threads causing a long delay when you have several PMs. The delay is not required as we already have a 20ms delay and we will re-enter the recv() if there is no data and we are still connected.