hyperledger-archives / iroha

Iroha - A simple, decentralized ledger
http://iroha.tech
Apache License 2.0
988 stars 298 forks source link

StorageImpl: faster cleanup #2174

Closed MBoldyrev closed 5 years ago

MBoldyrev commented 5 years ago

Description of the Change

When removing all contents of database tables, triggers for constraints significantly slow the process. This PR makes complete data cleaning ignore these constraints which saves much time.

Benefits

Faster tables clearing.

Possible Drawbacks