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

Research TG performance ZFS with enabled compression #1262

Closed
AskAlexSharov opened this issue Oct 20, 2020 · 3 comments
Closed

Research TG performance ZFS with enabled compression #1262

AskAlexSharov opened this issue Oct 20, 2020 · 3 comments

Comments

@AskAlexSharov
Copy link
Collaborator

We can enable compression 2 ways:

  • in TG code: making code more complex and push everybody to pay price of compress/decompress db rows
  • outside of TG code: by enabling some FileSystem compression. Then users can enable compression on their side if they need. But we must be able to answer question - "how well TG will perform on some FS-es with enabled compression?"

Be careful - disable deduplication feature of FS to avoid confusing results.
As I know ZFS default recordsize is 128Kb - need to check if bigger/smaller values are improve performance of TG.

@extSunset
Copy link

openzfs/zfs#8590

This issue can help in finding the optimum parameters.

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

3 participants