Relative Content

Tag Archive for .net-corefirebirdlinq2db

Linq2Db – Improve result mapper performance

Is there a way to improve the performance of the ORM mapper of Linq2Db using the FirebirdDataProvider. I retrieve 1831 records from a table having 39 columns (all INTEGER, DECIMAL(13,5) and 2x VARCHAR(100)). The longest varchar is 37 chars. Approximately 60% of all the values are null. I tried to log what takes so much time: