Diese Seite ist in Ihrer lokalen Sprache noch nicht verfügbar. Wir arbeiten daran, weitere Sprachversionen hinzuzufügen. Vielen Dank für Ihre Unterstützung.

On this page

Show all

Bitmap Index

Updated on 2023-04-03 GMT+08:00

There is a configuration parameter that is introduced for this feature named BitmapIndexSupport which default value is comment, then the sample input and output are as follows:

Input – Bitmap index

1
2
3
CREATE BITMAP INDEX 
emp_bitmap_idx
ON index_demo (gender);

Output

1
/*CREATE BITMAP INDEX emp_bitmap_idx ON index_demo (gender);*/

However, if the configuration parameter is set to BTREE, then the output is as follows:

Output

1
2
3
4
5
CREATE
     /*bitmap*/
     INDEX emp_bitmap_idx
          ON index_demo
          USING btree (gender) ;
Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback