Long response times while fetching DataSource and ExecutionEvents #1007
-
Below consumer endpoints are taking a lot of time to return results which makes our Spline UI very slow , we have performed a basic analysis and wanted to understand how we can improve the performance.
We are using spline 0.6.1 which is deployed on Kubernetes and have a 3 node arango setup (n1-standard 32 GCP computes with 1TB ssd disks to store documents) Below is the count of documents in each of the collection which are part of the queries to retrieve ExecutionEvents and DataSources.
So we proceeded to perform profiling of the queries which get executed in Arango and observed 2 scenarios. Query to fetch execution events in Arango but takes 25s for spline to successfully receive a response.Time taken by spline to retrieve results Arango Query Profile
Query to fetch datasource fails with AsyncTimeout exception in spline but takes around 250s when fired directly in ArangoTime taken by spline to retrieve results Arango Query Profile
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This helped me understand the issue |
Beta Was this translation helpful? Give feedback.
This helped me understand the issue
#932
#940