Hi All,
Im using MYISAM mysql version 4.0.1 and i have a problem , one of my table will grow in our application daily.Suppose if a person running our application for one year he will have 20 million rows in the table.Is there a way to optimize it meaning can we split this table, or can we write the data to a file and while reading we will red it from the file.
my table will look like this,
ID,ATTRIBUTEID,Starttime,Endtime,MinValue,MaxValue ,TotalValue,RESOURCEID
Kindly give your valuable feedback
Thanks n Advance
Arunkumar.P