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
4117
May 03, 2006 02:08PM
2279
May 04, 2006 02:26AM
2195
May 04, 2006 12:53PM
2427
May 05, 2006 01:39AM
2236
May 05, 2006 11:12AM
2396
May 08, 2006 05:56AM
2209
May 08, 2006 02:05PM
Re: Innodb bogs down on complicated query(ies)
2203
May 10, 2006 05:14AM
2293
May 09, 2006 08:28PM
2140
May 10, 2006 10:11AM
3120
May 18, 2006 07:41AM
2290
May 30, 2006 05:39PM
2488
June 15, 2006 02:13AM
2231
June 21, 2006 12:23AM
2234
August 10, 2006 12:09PM
3508
August 14, 2006 06:08AM
2104
August 14, 2006 12:26PM
2192
September 28, 2006 01:07PM
2129
October 04, 2006 07:52AM
2059
October 04, 2006 12:12PM
2125
October 06, 2006 03:00AM
2189
October 11, 2006 11:36AM
2245
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.