C# 클래스 TelerikAcademy.Client.DeleteComparer

3. Compare Bulk Delete with normal delete operation Insert 100 000 entities in single table. Delete each row that has ID where ID mod 7 == 1 Once delete the entities using OpenAccessContext.Remove() method. Then delete the entities using DeleteAll() bulk operation. Both times track the SQL statements that are sent to the server. Both times measure the time required to complete the operation(s). For bonus points measure the memory consumption in addition to the time. Output the measurements in text file including timestamp and machine name
파일 보기 프로젝트 열기: vladislav-karamfilov/TelerikAcademy 1 사용 예제들

공개 메소드들

메소드 설명
BulkDelete ( ) : void
Insert100000EntitiesInDB ( ) : void
NormalDelete ( ) : void

메소드 상세

BulkDelete() 공개 메소드

public BulkDelete ( ) : void
리턴 void

Insert100000EntitiesInDB() 공개 메소드

public Insert100000EntitiesInDB ( ) : void
리턴 void

NormalDelete() 공개 메소드

public NormalDelete ( ) : void
리턴 void