-
Hi, but these 2 queries both takes less than 100 ms OR select * from Appointments A, ConsultantProfile P Do you have any suggestion? What am I doing wrong? Kind regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@bolcal Show query generated by var consultantApps = appointmentRepository
.FindAll(a => a.ConsultantProfile.Status && a.AppointmentStatuId == 3, a => a.ConsultantProfile); How long does it take to execute this sql? |
Beta Was this translation helpful? Give feedback.
@bolcal Show query generated by
How long does it take to execute this sql?