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

Method optimize is not supported by storage Join #13320

Open
templarzq opened this issue Aug 4, 2020 · 2 comments
Open

Method optimize is not supported by storage Join #13320

templarzq opened this issue Aug 4, 2020 · 2 comments
Labels

Comments

@templarzq
Copy link
Contributor

(you don't have to strictly follow this form)

Use case
optimize table t.
(table t use storage join)
Describe the solution you'd like

Describe alternatives you've considered
if many update & insert operations happend,does storage join table need optimize? or system merge data on backend?

Additional context
Add any other context or screenshots about the feature request here.

@templarzq
Copy link
Contributor Author

storage join Table used setting:SETTINGS join_any_take_last_row = 1

@amosbird
Copy link
Collaborator

does storage join table need optimize?

It doesn't. Updates to StorageJoin is instantly available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants