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

fjall: key value separation #40

Open
3 tasks
iwanbk opened this issue Jan 30, 2025 · 2 comments
Open
3 tasks

fjall: key value separation #40

iwanbk opened this issue Jan 30, 2025 · 2 comments

Comments

@iwanbk
Copy link
Member

iwanbk commented Jan 30, 2025

Fjall supports separation of data between the key and the value

described at https://fjall-rs.github.io/post/announcing-fjall-2/

  • minimum length of data to use this feature, the default is 1KB
  • set GC configs
  • run GC task
@iwanbk
Copy link
Member Author

iwanbk commented Feb 18, 2025

It is intended for the large value on SSD

https://fjall-rs.github.io/post/announcing-fjall-2/

Key-value separation is intended for large value use cases on SSDs, and allows for adjustable online garbage collection.

So, we will do it as part of #10, which enable inlined data on metadata

@iwanbk
Copy link
Member Author

iwanbk commented Feb 19, 2025

So, we will do it as part of #10, which enable inlined data on metadata

After reading more, it turns out that enabling a key-value separation is not simple.
There are things to do:

  • minimum length of data to use this feature, the default is 1KB
  • set GC configs
  • run GC task

So, i reopen this issue

@iwanbk iwanbk reopened this Feb 19, 2025
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