I have a data model with lots of tables (more than 30). That makes the UI painfully slow, e.g. when editing relationships. I think the reason is that it’s calculating where to place them on the scree...
Faster UI for large datamodels
HamzaJ
03-18-2024Data Integration
Hello Tim ,
Login to Sisense server
Run the command
In case you see 1 replica you need to adjust it to 2. If you already have more than 1, add 1 to that number
Run the command
kubectl -n sisense edit deployment model-graphqlFind "spec: replicas" (see the screenshot) and update replicas number (press “i” on the keyboard to enter edit mode → edit value → ESC to exit edit mode → use “:wq!” to exit and save changes)
Solution 2: Increase memory limit in model-graphql deployment
Be sure that you know what you are doing (also make a backup). Otherwise reach out to sisense support to assist you.