This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
And here's the parallelization in action with OnlineStore (quickest example I could pull up):So, query the largest table (salesorderdetail) 3 different ways making the 9 million row table into a 27 million row table.And that extracts in 41 seconds:An...
I'll answer the corrolary question. The "staging" or primary key enforcement happens during the load/post-load phase so there should be parallelization across the different datasets and the configuration of the loader node (# of CPUs dedicated to loa...
Sure Rohan....If I take this example of source data:OrderIdOrderDateAmountProductId13/1/223613/2/222624/4/229933/1/226834/2/221734/3/2248Think of that table as a record of orders (there are 3 above) that are placed, and then updated over time. I mig...