skywalking icon indicating copy to clipboard operation
skywalking copied to clipboard

[BanyanDB-Server] Big Files Should Not Pollute OS Page Cache

Open hanahmily opened this issue 7 months ago • 0 comments

Search before asking

  • [X] I had searched in the issues and found no similar feature requirement.

Description

If the merged files in each partition are too large, they may not fit in the OS page cache.

As a solution, Linux provides a native operation called unix.Fadvis, which allows you to bypass the cache for these large files. This can be particularly useful for improving performance when working with massive datasets or large files on Linux systems.

Use case

No response

Related issues

No response

Are you willing to submit a pull request to implement this on your own?

  • [ ] Yes I am willing to submit a pull request on my own!

Code of Conduct

hanahmily avatar Jul 16 '24 00:07 hanahmily