Re: Reg. Improving Django response time (i.e throughput)

2010-01-28 Thread Graham Dumpleton
On Jan 29, 3:57 pm, chefsmart wrote: > When you say "It is taking plenty of time to load Django initially", > what exactly do you mean? Good question, because depending on what hosting mechanism you are using and how you configure it, Django itself can be lazily loaded on first request, albeit

Re: Reg. Improving Django response time (i.e throughput)

2010-01-28 Thread chefsmart
When you say "It is taking plenty of time to load Django initially", what exactly do you mean? What does initially mean here? Are you trying to reverse engineer your db using Django's inspectdb? Regards. On Jan 29, 1:53 am, Saravanan wrote: > I have Django installed in SUSE Linux with postgres.

Re: Reg. Improving Django response time (i.e throughput)

2010-01-28 Thread cootetom
This might be of interest to you http://codysoyland.com/2010/jan/17/evaluating-django-caching-options/ On Jan 28, 8:53 pm, Saravanan wrote: > I have Django installed in SUSE Linux with postgres. It is working > great. Kudos > I have an issue. I have total database structure containing mor

Re: Reg. Improving Django response time (i.e throughput)

2010-01-28 Thread Doug Blank
On Thu, Jan 28, 2010 at 3:53 PM, Saravanan wrote: > I have Django installed in SUSE Linux with postgres. It is working > great. Kudos > I have an issue. I have total database structure containing more than > 100million rows. I have partitions and indexes. It is taking plenty of > time to load