Database design for school attendance system

前端 未结 5 2005
深忆病人
深忆病人 2021-01-02 15:52

I\'m working on a project for a school where a particular module deals with attendance system. I\'m using LAMP(PHP 5.2+ MYSQL 5+) stack for development. Now the school stren

5条回答
  •  攒了一身酷
    2021-01-02 16:30

    What you are doing is called premature optimization. This is a common mistake.

    You are better of getting your database structure as close to reality and in future if there becomes a need for optimization or speed improvement you can always do that.

    From experience and looking at your example the single table solution looks fine.

提交回复
热议问题