skip to Main Content

MYSQL: Speed up import of prices

I need to speed up an import in MySQL. Let's assume that i have an external table "external.prices" articleNumber price regionNumber "A0000000001" 1.90 "R1" "A0000000001" 1.99 "R2" "A0000000002" 4.99 "R1" Internally i have the following tables "internal.articles" id articleNumber 1…

VIEW QUESTION
Back To Top
Search