Getting query timeout while performing tpch benchmarking on docker 2.0.0_alpha* image. #41178
Unanswered
abhinav100499
asked this question in
Q&A
Replies: 1 comment 1 reply
-
do not use doris-2.0.0_alpha. if you want to test the performance of doris, you need to use the latest and stable version, such as 2.0.14 or 2.1.6 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While performing TPCH Benchmarking, facing an issue where I had provided 192GB Memory and 48 CPU for each BE container in total I have 3BE and 3FE. Also, exec_mem_limit (GLOBAL) is set to 16GB and cpu is -1 but when I am running benchmarking for 100G i.e. -s 1000, not getting expected response:
In below table first 2 columns are from official benchmark and last column is from my test result
This is not what expected, and I am not able to debug what properties need to check to get the benchmarking results.
Beta Was this translation helpful? Give feedback.
All reactions