Процесс добавления данных в БД идет медленно и увеличивает использование оперативной памяти [закрыто] ⇐ C#
-
Anonymous
Процесс добавления данных в БД идет медленно и увеличивает использование оперативной памяти [закрыто]
I am calling external API and adding data into a SQL Server database in 10 tables, using C# and Entity Framework. Process is I am checking if the data is present in one table or not; if it is present, then I am skipping that table and so on in this process after some time process of adding data in database is going very slow and when I am checking ram of PC it using 10% 20% How should I optimize.
How to use Entity Framework to optimize no of records adding in database using for loop
Источник: https://stackoverflow.com/questions/780 ... ses-of-ram
I am calling external API and adding data into a SQL Server database in 10 tables, using C# and Entity Framework. Process is I am checking if the data is present in one table or not; if it is present, then I am skipping that table and so on in this process after some time process of adding data in database is going very slow and when I am checking ram of PC it using 10% 20% How should I optimize.
How to use Entity Framework to optimize no of records adding in database using for loop
Источник: https://stackoverflow.com/questions/780 ... ses-of-ram
Мобильная версия