Cache the content of the table, maybe using memcached,and only go to the DB
if needed.

Victor Lima

2010/1/12 nameless <xsatelli...@gmail.com>

> My table with 4 milions of rows is queried often by ajax.
> So I think a performance problems ( I am using also index ).
> Ok now take a look at the contenttypes :)
>
>
> ------------
>
> On Jan 12, 8:15 pm, Tim <timster...@gmail.com> wrote:
> > As far as needing to split up the table into other tables, I'm not
> > sure. Whats wrong with having 4 million records in one table?
> >
> > But if you're going to do it, take a look at the contenttypes
> > framework and generic relations. It basically does what you're
> > describing:
> >
> > http://docs.djangoproject.com/en/dev/ref/contrib/contenttypes/#id1
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>
>
>
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-us...@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