Bitmap indexes use bit arrays (commonly called bitmaps) and answer queries by performing bitwise logical operations on these bitmaps.
Unlike other indexing methods, SAP Sybase IQ indexes are based on the cardinality of the data and the way the data will be used. SAP Sybase IQ has indexes for both low- and high-cardinality columns.
Bit-wise indexing benefits both low- and high-cardinality columns. It translates the distinct data elements of a column into a bit mask.
Cardinality is the number of unique values in a column:
The data is stored vertically.