You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Search before asking
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?
Code of Conduct
The text was updated successfully, but these errors were encountered: