The article discusses the performance of different pooling settings in Dataverse TDS endpoints when connecting via .NET code. The author compares four scenarios of retrieving the top 5 contacts in 10 threads using different pooling configurations. The benchmark results show that the default connection format with the default pooling settings performs the best, followed by the pooling with a minimum pool size of 1. The FetchXml retrieval method is slower and has higher memory allocation compared to the TDS Endpoint. The author concludes that sticking to the default connection format and adjusting the maximum pool size if necessary is the recommended approach for optimal performance.
Login now to access my digest by 365.Training