You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-529 Pool DBRM connections
DBRM connections are reused so that we don't have a huge amount of TIME_WAIT sockets when there are large amounts of DML. Also applied to i_s.columnstore_files
This commit is contained in:
@ -5,6 +5,7 @@ include_directories( ${ENGINE_COMMON_INCLUDES} )
|
||||
|
||||
set(messageqcpp_LIB_SRCS
|
||||
messagequeue.cpp
|
||||
messagequeuepool.cpp
|
||||
bytestream.cpp
|
||||
socketparms.cpp
|
||||
inetstreamsocket.cpp
|
||||
|
Reference in New Issue
Block a user