I am relatively new to Magento and have a question around the CSV importing process and any effects that large attributes may have on the database / response times.
Each product on my shop may have up to 200 different colour variations as well as 6 or so size variations. What is the easiest way to import this? In other e-commerce solutions I have created a CSV file and added one line (per product) and comma seperated the vaiations in the appropriate field. However from what I can tell each variation in Magento must be on its own line, meaning my import file will be huge. Can anybody provide me with an easier solution?
Also what implications will my large attribute list have on load time?
Thanks in Advance.