Skip to content

issue #31: index are recreated after reindex

Marcin requested to merge mi_enable_indexes_after_replay into develop

New class to manipulation of indexes and contraints added: indexes_controller indexation_state enable/disable indexes and foreign key depends on its state When the node is broken with CTRL+C then nothing happen with the indexes P2P sync works with enabled indexes and disabled FK REINDEX sync works with disabled indexes and disabled FK LIVE sync works with enabled indexes and enabled FK

Edited by Marcin

Merge request reports