POC: Split blocks table and remove successor from sideband#5034
POC: Split blocks table and remove successor from sideband#5034RickiNano wants to merge 1 commit intonanocurrency:developfrom
Conversation
Test Results for Commit c1b6346Pull Request 5034: Results Test Case Results
Last updated: 2026-02-22 21:50:06 UTC |
|
Can we apply the same approach to the account table? This would reduce the required storage in the pending, rep_weight, confirmation_height and extended ledger tables. |
Maybe. But saving would be small and it also adds complexity because reading an account will then require two reads after the table is split. The value size should also be larger than the key size to get any savings. |
POC of split block table and MDB_APPEND inserts.