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

ultiple identical sql caches are large h2statementcache、IgniteH2Indexing #11190

Open
li936393 opened this issue Jan 20, 2024 · 0 comments
Open

Comments

@li936393
Copy link

select case when c2 in ('B1','B2','B3'.....,'B10000') then '0' else 1 end from t_test where c1 in ('A1','A2','A3'.....,'A9999','A10000');
select case when c2 in ('B2','B3','B4'.....,'B10000','B1') then '0' else 1 end from t_test where c1 in ('A2','A3','A4'.....,'A10000','A1');
select case when c2 in ('B3','B4','B5'.....,'B10000','B1','B2') then '0' else 1 end from t_test where c1 in ('A3','A4'.....,'A10000','A1','A2');
....
select case when c2 in ('B10000','B1','B2'.....,'B9997','B9998','B9999') then '0' else 1 end from t_test where c1 in ('A10000','A1'.....,'A9997','A9998','A9999');
These sql execution results are the same, but a large number of h2statementcache、IgniteH2Indexing objects are cached

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