evitaDB icon indicating copy to clipboard operation
evitaDB copied to clipboard

Implement consistency checks

Open novoj opened this issue 1 year ago • 0 comments

While the transactions are designed - we still do a limited set of consistency checks (for example, mandatory attributes), but we don't check for the existence of referenced entities and so on. We don't do that because we want developers to have control over that, and that requires opening a few knobs here and there. This issue aims to add those checks with the ability to go into an "unsafe" mode where none of those checks are executed if the developer says so.

novoj avatar Mar 28 '24 08:03 novoj