Hi Experts,
I have a Default Config where E drive is having 500GB
datadir=E:/APP_DATA
innodb_data_file_path = ibdata1:500M:autoextend
I have a data growth of 300GB per week hence I have set purging of data for 7 days.
I have 4 500GB disks which I want to utilize and store more data.
innodb_data_file_path = ibdata1:450G;F:/APP_DATA/ibdata2:450G;G:/APP_DATA/ibdata3:500M:autoextend
Will the above configuration works? If yes I can store data for almost one month.
How the purging will affect the autoextend and usage of more drives?
Please help .
Thanks in Advance!
Janardhan
¤When it is obvious that the goals cannot be reached, don't adjust the goals, adjust the action steps. ¤
I have a Default Config where E drive is having 500GB
datadir=E:/APP_DATA
innodb_data_file_path = ibdata1:500M:autoextend
I have a data growth of 300GB per week hence I have set purging of data for 7 days.
I have 4 500GB disks which I want to utilize and store more data.
innodb_data_file_path = ibdata1:450G;F:/APP_DATA/ibdata2:450G;G:/APP_DATA/ibdata3:500M:autoextend
Will the above configuration works? If yes I can store data for almost one month.
How the purging will affect the autoextend and usage of more drives?
Please help .
Thanks in Advance!
Janardhan
¤When it is obvious that the goals cannot be reached, don't adjust the goals, adjust the action steps. ¤