Magento: Direct SQL Queries
To start with, Magento uses data models which provide a great way to access and modify data. Varien uses aptly named methods and clever abstraction to hides away the complex SQL, which is needed when performing data operations. While this makes learning models easier, it often impacts the operation speed and therefore, the responsiveness of…