-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
MySql8 allows to dynamically set index visible or invisible, it tells query optimizer whether it can or cannot use this index. Debezium does not have support for that:
ALTER TABLE my_table ALTER INDEX my_existing_index INVISIBLE;