Database

Search documents
X @TechCrunch
TechCrunch· 2025-10-03 18:17
It's been a wild year of growth and fundraising for vibe-coding database of choice, Supabase. https://t.co/grk9RGomcv ...
X @Andre Cronje
Andre Cronje· 2025-08-15 15:48
Blockchain Database Technology - Most blockchain databases utilize a Merkle–Patricia trie on top of a key–value store, such as LevelDB or RocksDB [1] - This design introduces extra read lookups, leading to a read amplification problem as the blockchain database expands [1] - SonicDB eliminates the key-value store layer by directly indexing the world state in binary files [1] - This approach avoids read amplification and significantly enhances access time [1]
X @Andre Cronje
Andre Cronje· 2025-08-07 13:24
Technology & Performance - SonicDB is optimized for speed by directly writing state to disk [1] - SonicDB achieves 620% (6.2x) faster performance compared to Geth [2] - SonicDB utilizes direct binary storage [2] - SonicDB achieves zero read amplification [2] Database Architecture - Traditional chains often use key-value stores, which can slow down database performance [1] - Sonic Labs avoids key-value stores in favor of a faster approach [1]