Entity Framework Extensions TemporaryTableMinRecord

Description

Gets or sets the minimum number of records to use a temporary table instead of using SQL derived table.

context.BulkSaveChanges(options =>
{
   options.TemporaryTableMinRecord = 25;
});

Purpose

Our library is smart but finding the META number is very hard since there is a lot of factors. Increasing the default value may improve the performance.


Last updated: 2023-03-01
Author:


Contents