cancel
Showing results for 
Search instead for 
Did you mean: 

Magento and MangoDB integration

Magento and MangoDB integration

Just wondering if you have any plan to bring in MangoDB support for Magento 2? it proves that Mysql storage is not efficient when the SKU is over million records, do you already have a roadmap for the MangoDB support? Someone added MangoDB support for EE1.3, I would hope that your team can officially support MangoDB for the M2 version.

 

https://github.com/Smile-SA/mongogento

3 REPLIES 3

Re: Magento and MangoDB integration

There are no immediate plans for MongoDB specifically, but in 2.1 we are introducing Elastic Search to replace SOLR, with likely follow-on investigations into use that for "indexes" or similar. Still early stages, but I could imagine approach is to keep master information still in MySQL, but put index in Elastic Search. Browsing etc hits the index, so those operations would be faster. Master data is still protected by a solid transaction safe engine.  MongoDB is tranditionally known as good for reads, but not good for writes. Using it for indexes might also be a good fit then as well.

 

We are also doing work around the database APIs as a part of Staging work to improve abstraction layers internally. That may open up more possibilities to replace the database engine in the future as well. So we are edging in the right direction, but have to deal with issues like join queries across tables (more problematic if one table is in MongoDB and another is not). So a bit more thinking to be done there.

Re: Magento and MangoDB integration

Hi @akent99

 

Interesting that you mention elastic search.

Are there any plans to make that a CE feature or is it going to remain EE given that SOLR has only ever existed on the EE version (excluding 3rd party integrations)?

Problem solved? Click Accept as Solution!
www.iwebsolutions.co.uk | Magento Small Business Partner

Re: Magento and MangoDB integration

someone write an article with some more analyze of using MangoDB with Magento, might be helpful for your future direction:

 

http://nl.smile.eu/News/News/Scaling-magento-with-mongodb