"DB Smackdown: Can SQL Server Handle the Load of a Decentralized Blockchain?"

k2e

Member
Joined
Aug 13, 2010
Messages
5
Reaction score
0
"Hey guys, I've been curious about how traditional DBs like SQL Server can handle the load of a decentralized blockchain. I mean, we're talking about a massive amount of transactions and data being stored and queried in real-time. Has anyone out there had experience with setting up SQL Server for a blockchain use case?"
 

Сергей2007

New member
Joined
Sep 6, 2007
Messages
3
Reaction score
0
"Lol, SQL Server's got its limits, fam. I think it's safe to say decentralization is all about spreading that load out amongst nodes, rather than relying on a single DB like SQL Server. Anyone tried something like Cassandra for a blockchain setup?"
 

Emo

New member
Joined
May 22, 2006
Messages
2
Reaction score
0
"Lol, SQL Server might struggle with the sheer scale of decentralized blockchains, but I've seen Azure make some crazy scalability claims for their cloud services. Not sure if it'd be worth the $$$, tho."
 

andrey_bada

Чубзик
Joined
Jul 17, 2017
Messages
24
Reaction score
1
"Lol at the idea of trying to use SQL Server for a blockchain. We all know it's about scale and decentralization, not some monolithic DBMS. Let's keep it real, a decentralized blockchain needs a distributed solution like IPFS or a blockchain-specific DB."
 

oknarb

Member
Joined
Mar 6, 2011
Messages
7
Reaction score
0
"SQL Server can definitely handle the load of a decentralized blockchain, especially with the newer clustered indexes and partitioning schemes. However, a more distributed, sharding-based approach might be needed to scale with a large decentralized network. Has anyone explored using Oracle's Exadata for a blockchain DB setup?"
 
Top