help. That's the only way i would have
found it.
On Feb 21, 2:27 am, Malcolm Tredinnick <[EMAIL PROTECTED]>
wrote:
> On Thu, 2008-02-21 at 00:37 -0800, Dave Fowler wrote:
> > I have a phantom query that is just killing my database. I have a
> > model named Stats and django
On Thu, 2008-02-21 at 00:37 -0800, Dave Fowler wrote:
> I have a phantom query that is just killing my database. I have a
> model named Stats and django is executing the equivalent to
> Link.objects.all() in my Stats app.
>
> # Query_time: 20 Lock_time: 0 Rows_sent: 65952
yes, i've taken them all out, even the ones that shouldn't have gotten close
to my stats_link table
2008/2/21 Jarek Zgoda <[EMAIL PROTECTED]>:
>
> Dave Fowler napisał(a):
>
> > I have a phantom query that is just killing my database. I have a
> > model na
Dave Fowler napisał(a):
> I have a phantom query that is just killing my database. I have a
> model named Stats and django is executing the equivalent to
> Link.objects.all() in my Stats app.
>
> # Query_time: 20 Lock_time: 0 Rows_sent: 659528 Rows_examined: 659528
> SELECT
I have a phantom query that is just killing my database. I have a
model named Stats and django is executing the equivalent to
Link.objects.all() in my Stats app.
# Query_time: 20 Lock_time: 0 Rows_sent: 659528 Rows_examined: 659528
SELECT
`stats_link`.`id`,`stats_link`.`title`,`stats_link`.`url
5 matches
Mail list logo