On Fri, Jan 23, 2009 at 7:17 AM, Alessandro Ronchi <
alessandro.ron...@soasi.com> wrote:

> 2009/1/23 Ned Batchelder <n...@nedbatchelder.com>
>
>>  You don't need to create new tables like this.  These database systems
>> are very good at handling large amounts of data.  Add a field plant to your
>> model, make sure it is indexed, and use it to query for the data you want.
>> The entire system from the database up through the ORM and the rest of
>> Django has been built to do a good job with this model.  Trying to create
>> new tables as you propose is going against the grain at every level.
>>
>
> Where can I find something about the limits of mysql or postgresql?


Found via Google:

http://www.postgresql.org/about/
http://dev.mysql.com/doc/refman/5.1/en/full-table.html

Karen

--~--~---------~--~----~------------~-------~--~----~
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