Can I use Bigdata in ecommerce (Magento)? we are having a custom website that extracts data from DB and displays it as report. But due to large data, timeout is happening…What can i do?
Can I use Bigdata in ecommerce (Magento)? we are having a custom website that extracts data from DB and displays it as report. But due to large data, timeout is happening…What can i do?
2
Answers
Yes, you can use Big data in e-commerce.
But I don’t think the problem you’re solving is related to big data. Try generating the report on the server side (batch and store in a table) and use pagination to display the report on the website. If you have to generate the report on user action, try using materialized views or stored procedure to speed up the generation.
Yes, you can use big data platform such as Hadoop and NoSQLs whichever best fit for your use case. In my work experience so far people used Hadoop back-end with BI tools like tableau and Qilikview etc.
Hope this will help.