Bug #30347 Support Bitmap Indexes
Submitted: 9 Aug 2007 23:12 Modified: 9 Aug 2007 23:16
Reporter: Andrew A Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: General Severity:S4 (Feature request)
Version: OS:Any
Assigned to: CPU Architecture:Any

[9 Aug 2007 23:12] Andrew A
Description:
Please consider adding support for an additional index type, bitmap indexes.

Oracle has a decent explanation on this index type at http://www.oracle.com/technology/pub/articles/sharma_indexes.html

Bitmap indexes would be very useful in a data warehouse environment when many rows will contain the same amount of data (for aggregation), unlike b-tree indexes which are good for unique column values.

How to repeat:
n/a
[9 Aug 2007 23:16] MySQL Verification Team
Thank you for the bug report feature request.
[28 Feb 2019 9:17] MySQL Verification Team
https://dev.mysql.com/worklog/task/?id=1524
[28 Feb 2019 9:29] J. N. Prajapati
Its been more than 10 years , since this issue has been reported . 
Are we any close to this ?