Hi all,
I’m running IEE 3.4 with the following setting in brighthouse.ini:
ClusterSize = 2
(this value was chosen for testing purposes)
I’ve created the table with 27M rows, and table’s folder size was 192Mb
After this I removed all records using DELETE statement.
Physical size of the folder has not changed.
I understand that server marks rows as “deleted”, however it is mentioned in “How To Use DML Effectively in Infobright”:
When is the data physically removed?
The data packs in the file system are organized
in separate files, one per column, up to the maximum size specified in the
brighthouse.ini config file parameter “ClusterSize” (defaults to 2GB). If all of the data
rows in all packs comprising one of these clusters is marked as deleted, then the
files are deleted and the storage is reclaimed.
Doesn’t this mean that in my case (ClusterSize is 2Mb) it should have deleted the files physically?

