sdinteractive / SomethingDigital_EnterpriseIndexPerf

Magento EE index performance optimization
MIT License
8 stars 3 forks source link

Add back query() around insertFromSelect() #1

Closed toddbc closed 8 years ago

toddbc commented 8 years ago

This is an important mistake - sorry.

Lost this when moving to a module and also when moving to Magento 2. I had meant to use a different method and changed it wrong when refactoring some code early on.

Don't worry, this wasn't why it was faster, this was just breaking it. It's still significantly faster as expected.

philwinkle commented 8 years ago

LGTM @toddbc was this added upstream to the M2 pull?

toddbc commented 8 years ago

Yes, it's already in that one.