Zend certified PHP/Magento developer

Update the configurable products without looping

I’m searching for a solution to update the configurable product’s stock and price. Because all of the configurable products have more than 1000 variants, looping through all of the child SKUs and updating them will take longer.

Also, I’m having a large product count.

Is there any way to update the details without looping?

Thanks