(no title)
rodiger | 1 year ago
> SQL databases will continue to get faster as hardware speeds up - but blockchains only tend to get slower, as the volume of transactions grows.
This is also misleading, as there are systems like Solana which prioritize speed of confirmation, and do indeed get faster as hardware speeds up. It also allows for sub-cent fees (again, not based on a percentage of the amount moved).
treyd|1 year ago
This is not actually true, it still has the same scaling bottlenecks with state access but they are expressed differently (via hidden tx finality slowdowns) since it does not have an effective fee market.
Solana also ignores that part of the core reasoning that you'd want to use blockchains is for their decentralization and your ability to independently verify them in their pursuit of being able to claim 4000 tx/s. You need a 10 gigabit network connection to run a full node.
rodiger|1 year ago
SQL databases also run slower under high load, which is totally independent of faster hardware allowing for faster databases vs the baseline
Re: independent verification, I agree with you. It's not a great tradeoff. I'm not here to shill Solana as a panacea or anything of the sort, just pointing out clear inaccuracies from the OOP.
snapcaster|1 year ago
pants2|1 year ago
tromp|1 year ago