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

feat: support stack size of read threads configurable #1305

Merged

Conversation

ShiKaiWi
Copy link
Member

Rationale

Complex sqls, e.g. sql with massive condition in the where clause, may lead to stack overflow during query procedure. And currently, there is no a good to handle it in the query engine powered by datafusion so a simple way is just to enlarge the stack for the read threads.

Detailed Changes

  • Support the stack size of read threads confiugrable
  • Make the columnar format as the default wal payload

Test Plan

All the tests in the ci should pass.

@ShiKaiWi ShiKaiWi force-pushed the feat-support-read-thread-stack-size-config branch from d043e4f to 7795406 Compare November 14, 2023 10:00
Copy link
Contributor

@Rachelint Rachelint left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ShiKaiWi ShiKaiWi merged commit 312c6a3 into apache:main Nov 15, 2023
7 checks passed
@ShiKaiWi ShiKaiWi deleted the feat-support-read-thread-stack-size-config branch November 15, 2023 01:53
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

Successfully merging this pull request may close these issues.

2 participants