Re: Innodb bogs down on complicated query(ies)
I'm glad that the problem was solved. I'm not experienced in reading the EXPLAIN SELECT output, and AFAIK there is no way to request the execution plan for other statements than SELECT.
The temporary directory is specified with mysqld --tmpdir=... or with tmpdir=... in the [mysqld] section of my.cnf. The location is not configureable with an environment variable, since MySQL does not use tmpfile() from the standard library.
Marko
Subject
Views
Written By
Posted
4121
May 03, 2006 02:08PM
2280
May 04, 2006 02:26AM
2197
May 04, 2006 12:53PM
2429
May 05, 2006 01:39AM
2236
May 05, 2006 11:12AM
2400
May 08, 2006 05:56AM
2213
May 08, 2006 02:05PM
Re: Innodb bogs down on complicated query(ies)
2204
May 10, 2006 05:14AM
2296
May 09, 2006 08:28PM
2140
May 10, 2006 10:11AM
3124
May 18, 2006 07:41AM
2295
May 30, 2006 05:39PM
2491
June 15, 2006 02:13AM
2235
June 21, 2006 12:23AM
2234
August 10, 2006 12:09PM
3514
August 14, 2006 06:08AM
2108
August 14, 2006 12:26PM
2196
September 28, 2006 01:07PM
2131
October 04, 2006 07:52AM
2062
October 04, 2006 12:12PM
2129
October 06, 2006 03:00AM
2190
October 11, 2006 11:36AM
2248
October 16, 2006 06:49AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.