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

[GLUTEN-7385][CH] Add some config parameters to constrol the cache size for the mergetree parts #7386

Merged
merged 1 commit into from
Sep 29, 2024

Conversation

zzcclp
Copy link
Contributor

@zzcclp zzcclp commented Sep 29, 2024

What changes were proposed in this pull request?

Add some config parameters to constrol the cache size for the mergetree parts:

  • spark.gluten.sql.columnar.backend.ch.deltascan.cache.size
  • spark.gluten.sql.columnar.backend.ch.addfiles.to.mtps.cache.size
  • spark.gluten.sql.columnar.backend.ch.table.path.to.mtps.cache.size

Close #7385.

(Fixes: #7385)

How was this patch tested?

(Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)

(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)

…ze for the mergetree parts

Add some config parameters to constrol the cache size for the mergetree parts:

- spark.gluten.sql.columnar.backend.ch.deltascan.cache.size
- spark.gluten.sql.columnar.backend.ch.addfiles.to.mtps.cache.size
- spark.gluten.sql.columnar.backend.ch.table.path.to.mtps.cache.size

Close apache#7385.
Copy link

#7385

Copy link

Run Gluten Clickhouse CI

@zzcclp zzcclp merged commit 9e3cf51 into apache:main Sep 29, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CH] Add some config parameters to constrol the cache size for the mergetree parts
2 participants