That's what I thought: Mongo is NoSQL and clearly, OFBIZ needs the Structured Query Language.
Actually the solutions that OFBiz provides for the core data model are invariably bound to a relational database with a hierarchical data model. Mongo (and other nosql) may be of use for cacheing objects in larger setups and high-performance installations of OFBiz, however, putting the core data model into NoSQL types will not give any benfit, rather the opposite. My 0.02 EUR so far. Regards Carsten
