You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While building, for each file used for building the index one go-routine shall be spawned. Each of these go-routine will be IO-bound.
Snapshots don't use any extra go-routine, but can be shared with any many go-routines as possible.
Memory requirement:
Few mega-bytes are allocated while building the index.
Disk amplification:
If optimal zblocksize, vblocksize and mblocksize arguments are used while building the index, we can expect around 2x disk amplification with respect to payload, especially for small key,value entries.
Sizing requirements need to be presented for.
The text was updated successfully, but these errors were encountered: