You are viewing a single comment's thread from:

RE: How to Process 100M Transfers / Second on a Single Blockchain

in #blockchain8 years ago

Any step you don't perform while producing a block, you end up performing every block every time you reindex. Even if it only saved .000001 second it would add up to meaningful time after millions of blocks. Sorting 3000 transactions can take a lot more than .000001 seconds.