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
4283
May 03, 2006 02:08PM
2346
May 04, 2006 02:26AM
2274
May 04, 2006 12:53PM
2532
May 05, 2006 01:39AM
2314
May 05, 2006 11:12AM
2457
May 08, 2006 05:56AM
2274
May 08, 2006 02:05PM
Re: Innodb bogs down on complicated query(ies)
2262
May 10, 2006 05:14AM
2365
May 09, 2006 08:28PM
2196
May 10, 2006 10:11AM
3206
May 18, 2006 07:41AM
2377
May 30, 2006 05:39PM
2546
June 15, 2006 02:13AM
2348
June 21, 2006 12:23AM
2291
August 10, 2006 12:09PM
3593
August 14, 2006 06:08AM
2175
August 14, 2006 12:26PM
2259
September 28, 2006 01:07PM
2187
October 04, 2006 07:52AM
2134
October 04, 2006 12:12PM
2179
October 06, 2006 03:00AM
2251
October 11, 2006 11:36AM
2306
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.