Re: model with ForeignKey(User) running REALLY slow

2008-04-10 Thread mthorley
Ahh Rajesh you are a wonderful person and a life saver. May thousands of glorious blessings come to you this day! Thanks -- matthew On Apr 10, 12:20 pm, Rajesh Dhawan <[EMAIL PROTECTED]> wrote: > On Apr 10, 1:39 pm, mthorley <[EMAIL PROTECTED]> wrote: > > > Greetings, I've got a django installat

Re: model with ForeignKey(User) running REALLY slow

2008-04-10 Thread Rajesh Dhawan
On Apr 10, 1:39 pm, mthorley <[EMAIL PROTECTED]> wrote: > Greetings, I've got a django installation with 259,535 auth_user > records, (not that many), but the admin is running REALLY slow. set raw_id_admin=true wherever you have a ForeignKey to the auth User table. See the description for "raw

model with ForeignKey(User) running REALLY slow

2008-04-10 Thread mthorley
Greetings, I've got a django installation with 259,535 auth_user records, (not that many), but the admin is running REALLY slow. The user index pulls up fast, but when I click a record to see it in detail, it takes forever and ever! In fact, I haven't been able to get an individual record to disp