thank you all for the input, this topic is open just to put what i tested when using mongodb (just started to learn nosql trying first with mongodb that is supported by web2py), perhaps there are some issue is not resolved like auth permission another error testing found : 1. Didn't support multiple table selected (for report purpose) *Code :* return test_report.report_0(query_0, query_1, query_2) *Error Traceback:* ... RuntimeError: Too many tables selected (['table0', 'table1', 'table2'])
2. Didn't parse data correctly to highcharts (no error occured, but the graphic shown is not correct) the same code with the same data input, works well in sqlite (for all tested above), i think the first test can be ignored since richard already explain it to put it into a single document. best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

