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

Use a machine with less RAM #10

Open
valyala opened this issue Feb 27, 2025 · 0 comments
Open

Use a machine with less RAM #10

valyala opened this issue Feb 27, 2025 · 0 comments

Comments

@valyala
Copy link
Contributor

valyala commented Feb 27, 2025

JSONBench is recommended to run on m6i.8xlarge machine with 128GB of RAM. These amounts of RAM is enough to cache the whole dataset stored on disk in the OS page cache. For example, ClickHouse compresses the dataset to ~100GiB. This doesn't reflect the typical use case for large-scale JSON databases, where they store much more data than the available RAM. There are two options to make the benchmark closer to this use case: either increase the dataset size or decrease the amounts of RAM available to the tested database. The first approach may be too slow, so let's reduce the available RAM to 32GiB or to 16GiB.

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