Re: Different DB tables for models based on object relations.

2009-08-26 Thread Javier Guerra
On Wed, Aug 26, 2009 at 2:20 PM, zayatzz wrote: > Correct me, if im wrong, but as i understand that the > more rows there is in a table, the slower aquiring stuff from it will > be, right? wrong any RDBM worth its salt can go to tens or hundreds of millions before you feel it. granted, of cours

Different DB tables for models based on object relations.

2009-08-26 Thread zayatzz
Hello I'm just as big django newbie as im mysql (or any other sql, for that matter) newbie. Correct me, if im wrong, but as i understand that the more rows there is in a table, the slower aquiring stuff from it will be, right? Since i have an idea, that (if its successful) will eventually hold hu