Replies: 1 comment
-
The engine execution part doesn't use the database. It's in memory calculations. I would have expected the "engine execution" to have the same timing in both of your tests. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I tried to figure out which deploy model fit on K8s. I deployed 2 model that one is separate pods for frePPLe and PostgreSQL and the other is that put the frePPLe and PostgreSQL on the one pod.
I use the same data set to test their performance, and the results are as below:
On export plan, it maybe has the network latency, but the time of plan generation on one pod is less than the deploy model on different pods.
Just wondering to know that frePPLe get all of the planning metadata into the memory and then execute plan, or the engine gets data from PostgreSQL during the planning period?
Beta Was this translation helpful? Give feedback.
All reactions