-
Notifications
You must be signed in to change notification settings - Fork 765
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
docs: json optimization #6995
docs: json optimization #6995
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
This pull request's title is not fulfill the requirements. @b41sh please update it 🙏. Valid format:
Valid types:
|
Is there a more detail decscription about how FP-Growth algorithm is used here? As far as I know, the algorithm is mainly used for mining the MFI (Maximal Frequent Itemset) of a dataset. |
@RinChanNOWWW The idea comes from the paper JSON Tiles, we can use the FP-Growth algorithm to find frequently queried keys. |
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
This PR adds a new RFC about JSON optimization
#6994