A
Anand Vaidya
I have an attendance table tblDaily_Attendance where 1 record is added daily
for each employee.We have 175 employees in our company, so , for a month
(with approx. 22 working days ) , the no. of records goes to 175 * 22 = 3850
and for an year it goes to 175 * 22 * 12 = 46200.
From performance point of view, should I use the same table for the
attendance for the whole year or will it be better if I use one table ( like
tblDaily_Attendance_Jan,tblDaily_Attendance_Feb and so on) for each month?
for each employee.We have 175 employees in our company, so , for a month
(with approx. 22 working days ) , the no. of records goes to 175 * 22 = 3850
and for an year it goes to 175 * 22 * 12 = 46200.
From performance point of view, should I use the same table for the
attendance for the whole year or will it be better if I use one table ( like
tblDaily_Attendance_Jan,tblDaily_Attendance_Feb and so on) for each month?