just want to learn about mongodb and how to use it with web2py, the same 
code is work in all rdms (tested in sqlite, mysql, postgre except change 
configuration db uri in appconf.ini and the executesql() create index for 
text field in mysql (minor) ) but when tested with nosql (first try with 
mongodb) a lot of things must be changed in my existing code.
yes you are right, i think that the application is a bit slower when using 
mongodb rather than using rdms, perhaps the reason is what you said 'having 
much less tables as it the key to improve the speed of the back end'

n.b.
when an error occured during testing with existing code, just tested in new 
app the suspected error code to make it simple and can focus what is going 
wrong and how to fix it

thanks and 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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to