This repository was archived by the owner on Jan 27, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1- ** Warning** : ` redbit ` is being rewritten in parallel based on different principles,
2- because current ` 300k rows/s ` is not enough for BTC, I need at least ` 700k rows/s `
3- on average to index it under 4 hours, with 0.4TB disk space and 8GB RAM for wallet explorer
4- and under 8 hours with 0.8TB disk space and 8GB RAM for analytics platform.
1+ ** Warning** : ` redbit ` is being rewritten in parallel based on different principles :
2+ - more modular
3+ - Typed IR (intermediate Representation) instead of Macros
4+ - native support for (e)utxo and account based chains
5+ - multiple db engines abstraction (some chains perform better with LSM Trees, some with BTrees)
6+ - average ` 600k rows/s ` throughput on average with indexing time
7+ - under 4 hours, with 0.4TB disk space and 8GB RAM for wallet explorer
8+ - under 8 hours with 0.8TB disk space and 16GB RAM for analytics platform.
59
610Built for blazing fast persistence of terra bytes of structured data on a single machine
711while offering rich querying capabilities, e.g. bitcoin/blockchain data.
You can’t perform that action at this time.
0 commit comments