|
|
|
|
|
by rando444
3088 days ago
|
|
The main reason is because you can't edit a blockchain. With a database there's always ways around editing the data if you own the entire system. With a blockchain it's not possible to edit the data without replacing the entire chain. |
|
If you are in control of write access to the blockchain, you can roll back to whatever block suits you better, and just fork it. Others might protest, but those fools have no write access, so they're stuck with your fork for the time being.
Blockchain is just a protocol for consensus-based DB replication, you don't somehow magically end up with a superior DB because of that.