This is a common question that we’ve encountered in the past during our PoC process.
Question:
How does the Knowledge Grid handle corruption?
Answer :
KG files are created during data load. They are managed safely in case of loading corruptions / other problems, i.e. automatic rollback should maintain the old KG files as well as data itself.
On the other hand, there is no special mechanism to control integrity and correctness of existing KG files. If damaged, they may be manually deleted and ICE still is able to answer queries, although maybe slower. There is also no mechnism to recreate / repair KG without reloading of data.

