|
|
|
|
|
by ChymeraXYZ
1637 days ago
|
|
Hey, I have a few serious questions, as I have really been trying to understand the benefits of using blockchain over "classic" stuff. They may sound like I'm questioning things, and that's because I am but with the goal to further my understanding. > Lag of up to 24 hours is ok So you could use any eventually consistent DB? Or a pub-sub type queue that you process at your leisure? > and the relatively small number of parties is quite trustworthy. I'm assuming this parties need to apply/be invited? How is that different than needing an API key? > Basically they just use the bc for consensus Consensus of what exactly? AFAIU the consensus is about the state of the data on the blockchain, with sanity checking against itself, not about if many parties agree if "this number should be blocked" > and mirror it to a rdbms for read queries. I was always under the impression that it's quite fast to read the data off the blockchain if you are a node. Am I misunderstanding something or is what they are doing just overkill? |
|