You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[change](index) change enable_create_bitmap_index_as_inverted_index default to true (#36692)
When an user create a new BITMAP INDEX, an INVERTED INDEX will be
created instead, since INVERTED INDEX is ready to replace BITMAP INDEX.
The transformation is transparent to user and nothing need to be done by
user. Already existed BITMAP INDEX will NOT be changed and can be used
as before.
0 commit comments