mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
parent
d6d142c4b0
commit
8ab3be0d5d
@ -4,7 +4,7 @@ Block Bodies Compression: Snappy
|
||||
|
||||
Issue
|
||||
=====
|
||||
Block bodies repressent the biggest portion of the database as a bucket and they we need to make such space more efficient. Thus, we use compression through snappy.
|
||||
Block bodies represent the biggest portion of the database as a bucket and they we need to make such space more efficient. Thus, we use compression through snappy.
|
||||
|
||||
Snappy
|
||||
======
|
||||
@ -14,4 +14,4 @@ Snappy is a compression/decompression library. It does not aim for maximum compr
|
||||
Why Snappy
|
||||
==========
|
||||
|
||||
In the case of Erigon, compression is needed to reduce database size, however we cannot have slow processing while doing so. thanks, to snappy we can reduce the size of block bodies without having to sacrifice a significant amount of time during the insertion of block bodies in the database in stage 2.
|
||||
In the case of Erigon, compression is needed to reduce database size, however we cannot have slow processing while doing so. thanks, to snappy we can reduce the size of block bodies without having to sacrifice a significant amount of time during the insertion of block bodies in the database in stage 2.
|
||||
|
Loading…
Reference in New Issue
Block a user