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

[Bug] SQLCache should be affected by different schemas #45060

Open
3 tasks done
bringyou opened this issue Dec 5, 2024 · 0 comments
Open
3 tasks done

[Bug] SQLCache should be affected by different schemas #45060

bringyou opened this issue Dec 5, 2024 · 0 comments

Comments

@bringyou
Copy link

bringyou commented Dec 5, 2024

Search before asking

  • I had searched in the issues and found no similar issues.

Version

3.0

What's Wrong?

SQLCache will be hitted between different schemas of the same Doris instance (provided that the SQL can be executed successfully in both schemas and produces different data), thereby causing inaccuracies in the returned data.

SQLCache会在同一个doris instance的不同schema间(前提是这个sql能在两个schema运行成功且产生不同数据)生效,从而造成返回数据的失准。

What You Expected?

SQL cache should not be hitted when run same SQL on different schemas which are deployed in one instance
不同schema间的SQL cache不应该互相影响

How to Reproduce?

Create two schemas with same table on one Doris instance

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

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

No branches or pull requests

1 participant