Greetings once again.

One thing you could do for confirming the performance: Export your
tables into PARQUET files and load those into a Column-based database
(e.g. duckdb), which may have an advantage for your particular
aggregation. Then run your query against that Column-based DB.

IF the performance is the same (more or less), then the issue is with
your table/index design or with Spring/Hibernate. (I assume this is the
case here.)
Only if the performance was much better, then this may be a H2 issue
worth to report.

Good luck
Andreas


-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/1133665b671f4ec896cc1cea85d3520c5aa1793c.camel%40manticore-projects.com.

Reply via email to