Re: [web2py] Re: Getting Too many tables error on GAE , HELP!

2011-10-24 Thread Phyo Arkar
Thanks. So when i was student, i used to do joins programatically, that was 7 years ago , and my teacher blame me how bad that design was. Now thats gonna be a useful in NoSQL dbs :). On Mon, Oct 24, 2011 at 7:40 AM, howesc wrote: > it is very much a mindset. joins are expensive no matter wh

Re: [web2py] Re: Getting Too many tables error on GAE , HELP!

2011-10-23 Thread howesc
it is very much a mindset. joins are expensive no matter what system you use (well they are not free, though still very fast on a relational system), so when they build GAE which is supposed to be optimized for web page views, they disallowed joins. i have a love/hate relationship with it!

Re: [web2py] Re: Getting Too many tables error on GAE , HELP!

2011-10-22 Thread Phyo Arkar
Oh Hell, To join programatically!! Ewww!! Finally bad (relational) database designs are gonna look good in GAE,, I think i am gonna brainwash myself and Jump onto NoSQL Bandwagon too On Sun, Oct 23, 2011 at 5:46 AM, howesc wrote: > the default datastore for GAE is a NOSQL system of key-value pa