Column files now always have a size that is a multiple of the page size,

and the function that enlarges mapped column files tries mapping on next
byte before unmapping/mapping again
This commit is contained in:
Celine Mercier
2015-09-21 15:42:29 +02:00
parent 7d7dbb1bf9
commit 7b606c0477
2 changed files with 129 additions and 58 deletions

View File

@ -26,7 +26,6 @@
#include "obidmscolumndir.h"
#define ELEMENTS_NAMES_MAX (2048)
#define INITIAL_LINE_COUNT (1000)
#define GROWTH_FACTOR (2)
#define MAXIMUM_LINE_COUNT (1000000)