Is there any more details in regards to the performance improvements in version 1.10? Is it something can be spotted when running the performance test toolkit against 1.10 and 1.9/1.8.1?
2 Likes
Hi @Frankie,
The performance improvements are in a couple of areas:
- Reduce the amount of data that is being processed. Particularly the preview of Daml-LF 1.12 reduces the amount of data in transit and data at rest within the platform. The Ledger API is unchanged by that.
- Optimizations and improvements for reading data from and writing data to the participant index database.
- Improved parallelization in various parts of the internal processing pipeline of the participant.
The 6x transaction throughput increases
that is mentioned in the release notes is based on the result of a large real production use case we are working on together with an integration partner and our customer.
4 Likes