kadena-io / chainweb-node

Chainweb: A Proof-of-Work Parallel-Chain Architecture for Massive Throughput
https://docs.kadena.io/basics/whitepapers/overview
BSD 3-Clause "New" or "Revised" License
248 stars 95 forks source link

Do not persist intra-block writes #1893

Closed edmundnoble closed 7 months ago

edmundnoble commented 8 months ago

This stops us writing rows to the database that are overwritten in the same block. I haven't benchmarked it, I don't know if it's faster yet, but it should at least save space.

https://gerrit.aseipp.dev/q/I88660fa4f0ee481e06808f66d98a86a3eb3722db

edmundnoble commented 7 months ago

Closing in favor of gerrit-branch-derived PR.