Previous Topic

Next Topic

Reduced Memory Usage in Communications Buffers with c-treeSQL

A c-treeSQL Server performance feature involving the network communication buffer requires up front memory allocation to be effective. To avoid a constant allocation of memory by new connections, a pre-allocated static buffer had been used. In an effort to reduce memory usage, this buffer has been configured to dynamically allocate when needed, however, disabling any potential performance advantage.