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 hundreds of thousands if not millions of rows of
similar information in one table. For that reason i think its better
to separate this info somehow and as i understand, it is possible to
create new database tables that hold only information related to
certain object - for example to hold only comments to one specific
article in one database table, comments of another article in another
and etc...

Can anyone give me an example of how to do it with django or at lest
point me towards where to find that kind of example. The problem is,
that as im not native english speaker nor very good with sql, i just
dont know what i should google for to find that kind of information.

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

Reply via email to