Skip to content

Increase write chunk size to 65K

Gabriel Fedel requested to merge tst_mem into master

This increase the speed to write tables (from around 21ms to 0.75ms for tables with 40K elements). The changes also demands to force the chunk size be power of 2 due to a possible bug on driver.

https://jira.esss.lu.se/browse/ICSHWI-7276 https://jira.esss.lu.se/browse/ICSHWI-7799

Edited by Gabriel Fedel

Merge request reports