Could someone help me with an action script for a advanced profile import? It would need to perform the following tasks.
1. Perform Bulk Load of csv into existing db table.
2. Import my products from that table.
My thought is that the reason the regular All Products import takes so long is b/c it’s loading from an un-indexed csv file. I think, if i first Bulk Load the csv file into an existing indexed table, then run the All Products and load from that table, the import should be much faster. I don’t know much about Magento yet, but i do know databases, and when you run complex queries on data that is not indexed, it takes forever. Kinda like the All Products import.
Have you managed to achieve that bulk load in magento? I\’m kinda in the same situation than you are… I need to \"bulk\" import 25K+ products (and index them fast)