Category:
Business
Odoo uses ORM techniques that are easy to use and from the developer's point of view, the ORM method is a quick one to use but from the user side, it may be a slow process. This will affect the user experience. But the SQL queries are faster than the ORM. So it is better to use/execute SQL queries to speed up the process.



