On Wed, Aug 26, 2009 at 2:20 PM, zayatzz<[email protected]> 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 course, that you use appropriate indexes.

Django will automatically add the most important indexes for you.

-- 
Javier

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to