If you want to increase compression ratio of data stored in ICE - which usually improves also query performance - try the following trick.
When loading data, sort rows by values from a chosen column. Then, ICE will be able to achieve better compression on this column. If originally the column was difficult to compress, the overall benefit of sorting may be very significant.
Note that you do not have to sort rows in the whole table, it is enough to sort every load separately (at least every ~100K consecutive rows should be sorted).
