- What are the benefits of using a normal database instead of a blockchain?
A blockchain does not need to store large amounts of numerical data used in analytical processing. A database can store this data much better and process it faster as well since it does not require multiple nodes to run each piece of data.
If you don’t need the security, immutability, transparency and other benefits of a block chain, then a normal database will be sufficient.
- What do you think the consequences would be of using a blockchain when you in reality don’t need one?
Unnecessary expenditure and a lot of wasted resources from complicating things needlessly.
- Why should there be more than 1 writer to a database in order to justify a blockchain?
If there is only one writer, concurrency is not an issue and transaction order would be predetermined.