Skip to content

Conversation

b41sh
Copy link
Member

@b41sh b41sh commented Aug 5, 2022

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

@b41sh b41sh requested review from dantengsky and sundy-li August 5, 2022 01:05
@vercel
Copy link

vercel bot commented Aug 5, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
databend ⬜️ Ignored (Inspect) Aug 5, 2022 at 3:22AM (UTC)

@mergify
Copy link
Contributor

mergify bot commented Aug 5, 2022

This pull request's title is not fulfill the requirements. @b41sh please update it 🙏.

Valid format:

fix(query): fix group by string bug
  ^         ^---------------------^
  |         |
  |         +-> Summary in present tense.
  |
  +-------> Type: feat, fix, refactor, ci, build, docs, website, chore

Valid types:

  • feat: this PR introduces a new feature to the codebase
  • fix: this PR patches a bug in codebase
  • refactor: this PR changes the code base without new features or bugfix
  • ci|build: this PR changes build/testing/ci steps
  • docs|website: this PR changes the documents or websites
  • chore: this PR only has small changes that no need to record

@b41sh b41sh changed the title chore(docs) json optimization chore(docs): json optimization Aug 5, 2022
@mergify mergify bot added the pr-chore this PR only has small changes that no need to record, like coding styles. label Aug 5, 2022
@BohuTANG BohuTANG changed the title chore(docs): json optimization docs: json optimization Aug 5, 2022
@mergify mergify bot added the pr-doc label Aug 5, 2022
@mergify mergify bot merged commit b42a13e into databendlabs:main Aug 5, 2022
@RinChanNOWWW
Copy link
Contributor

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.

@b41sh
Copy link
Member Author

b41sh commented Aug 11, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-chore this PR only has small changes that no need to record, like coding styles.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants