Forum Discussion
Private link performance degradation
- 1 year ago
Hi mwsmoley ,
Thank you for your insights, lbendlin . You are right this involves not only a trade-off between security and performance but also cost. Keeping Spark pools warm can become expensive.
To balance these factors, consider the following optimizations.
1. Reduce Key Vault Calls - Cache secrets in memory or use environment variables to reduce authentication overhead.2. Use Managed Identity - Switching to Managed Identity can enhance security and performance while simplifying access management.
3. Optimize Spark Pool Usage - Schedule workloads efficiently to minimize compute costs and improve resource allocation.
Hope this helps.
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
It seems that you have to decide between security and performance.
It's a bit more complex than that. You have to decide between security, performance, and cost. Keeping Spark pools "warm" is getting expensive really quickly.