Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUBT: Sizing requirements #49

Open
prataprc opened this issue Aug 1, 2017 · 1 comment
Open

BUBT: Sizing requirements #49

prataprc opened this issue Aug 1, 2017 · 1 comment

Comments

@prataprc
Copy link
Member

prataprc commented Aug 1, 2017

Sizing requirements need to be presented for.

  • CPU
  • Memory
  • DISK
@prataprc
Copy link
Member Author

CPU requirement:

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.

Write amplification:

Directly propotional to disk-amplification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant