-
Hey, Im running a POC of the self hosted solution in a GKE cluster, trying to retrieve large tables from our databases. I`ve run a demo query, and after running for about 35 minutes the log off this session says:
There`s a way to optmize this large data processing? The current implementation resources, this resources has no HPA implemented yet, during the processing the agent reach the 85% of the cpu: Hoop gateway:
Hoop Agent:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @MarcosBan, we have two main use cases for accessing resources. One-offs (through |
Beta Was this translation helpful? Give feedback.
Hi @MarcosBan, we have two main use cases for accessing resources. One-offs (through
hoop exec
CLI and our webapp) and tunneling that uses ourhoop connect
CLI. The first one might face spikes when accessing large databases because it doesn't stream the information like the second one. But still, for both methods, depending on what you are accessing, the amount of data processed will impact CPU and memory usage. Nevertheless, there's plan to improve this, it's only not expected to this semester.