hi... I need to store something like a couple of million rows is a MySql table. Is that ok or do I have to split them up. I intend to index each of the columns that I will need to access so as to speed up access. Insertion will be done only when there is very little or no load on the server and time for this is not really a factor. I also do not have any constraints on disk space. Please let me know if I can just use MySql as it is or if I need to make some changes
harish