Below is my understanding about the log file group.
Whenever innodb tables were inserted/updated those will be captured in innodb_log_buffer_size. If the innodb_log_buffer_size filled up or time has come to flush it to the disc, they will be written onto innodb_log_files which are maintained in a group and committed in the table space at the same time.
Now my question is that why we should not have the collective size of innodb_log_files more than the size of the innodb_buffer_pool and why should we write to these log files though we are flushing it to the disc...?
I couldnt able to get proper explanation on this over the web at least I could not able to understand. Please give me some better explanation.
Really thanks in advance. Regards, UDAY