ECO SCI PE Pedro Savelis (@psavelis) 🗡️ zk-SNARK Development Experience on Steroids: Katana + LevelDB for Blazing-Fast Local Iteration Have you ever spent hours waiting for zk-SNARK proof generation, only to realize your local test chain is moving at the speed of dial-up…
KI kiran Databases: LevelDB Manifest File — Part 6 In LevelDB, the MANIFEST file contains VersionEdit entries, which describe changes to the database’s structure. Each VersionEdit entry…
KI kiran Modern Databases: LevelDB SSTable File Footer — Part 5 Understanding the Footer Format in LevelDB
AI KI kiran Modern Databases: Understanding Storage Levels in LSM Trees — Part 4 In one of our previous posts, we explored how LSM Trees use on-disk segment files known as SSTables to store data. However, we didn’t fully…
KI kiran Modern Databases: Sparse Index in LevelDB — Part 3 How databases use sparse index for efficient reads with limited memory footprint