|
|
|
|
|
by Retric
3240 days ago
|
|
IMO, the core problem is if you want a global transaction system to become popular it needs to process and store ~TB / day of new transactions. Which means you quickly get into EB territory for the full database which is not something distributed systems can really handle without scaling issues. Now if you want a system used by 0.01% of the global population then that's a very different problem, but far less useful. |
|