RE: Copying to tmp table

2009-04-28 Thread Parikh, Dilip Kumar
sage- From: Carlos Eduardo Caldi [mailto:ce_ca...@hotmail.com] Sent: Tuesday, April 28, 2009 8:19 PM To: mysql@lists.mysql.com Subject: Copying to tmp table Hi friends I have a proble with Copying to tmp table with large tables, table have more than 3 million rows EXPLAIN da Query : T

Copying to tmp table

2009-04-28 Thread Carlos Eduardo Caldi
Hi friends I have a proble with Copying to tmp table with large tables, table have more than 3 million rows EXPLAIN da Query : Table : log0904 Type : ref Possible_keys : data_login_tplig,emp_grp_login_dtlig,grp_tiporeg_tipolig_dtlig,grp_dtlig_tplig,dtlig_num

Re: " Copy to tmp table " optimize

2006-11-10 Thread Rolando Edwards
KE '%/' ) And logs_2006_11.int_bots = 0 And ( cs_documents.str_url NOT LIKE '/phpadsnew/%' ) And logs_2006_11.date >= '2006-11-01' And logs_2006_11.date <= '2006-11-05' And logs_2006_11.time >= '00:00:00' And logs_2006_11.t

Re: " Copy to tmp table " optimize

2006-11-06 Thread Rolando Edwards
ws to complete You may want to store the file extension as a separate field in this table and index it. Then change your query accordingly. - Original Message - From: Francis <[EMAIL PROTECTED]> To: Rolando Edwards <[EMAIL PROTECTED]> Cc: MySQL General Sent: Monday, November

RE: " Copy to tmp table " optimize

2006-11-06 Thread Francis
cuments', 'eq_ref', 'id', 'id', 3, 'trafix_sites_00026.logs_2006_11.int_url_strem', 1, 'Using where' -Original Message- From: Rolando Edwards [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 9:54 AM To: Francis

Re: " Copy to tmp table " optimize

2006-11-06 Thread Rolando Edwards
the SQL statement to verify row counts on all intermittent steps - Original Message - From: Francis <[EMAIL PROTECTED]> To: Rolando Edwards <[EMAIL PROTECTED]> Cc: MySQL General Sent: Monday, November 6, 2006 9:31:32 AM GMT-0500 US/Eastern Subject: RE: " Copy to tmp tabl

RE: " Copy to tmp table " optimize

2006-11-06 Thread Francis
int_search tinyint(3) unsigned NOT NULL default '0', int_platforms smallint(5) unsigned NOT NULL default '0', int_bots tinyint(3) unsigned NOT NULL default '0', int_host tinyint(3) unsigned NOT NULL default '0', UNIQUE KEY `id` (`id`), KEY ip (`in

Re: " Copy to tmp table " optimize

2006-11-06 Thread Rolando Edwards
- Original Message - From: Francis <[EMAIL PROTECTED]> To: MySQL General Sent: Monday, November 6, 2006 8:50:40 AM GMT-0500 US/Eastern Subject: " Copy to tmp table " optimize Hi list, An others question, I am working on projet and i made some test. I use large databases, som

" Copy to tmp table " optimize

2006-11-06 Thread Francis
Hi list, An others question, I am working on projet and i made some test. I use large databases, some table go up to 1.8g. The problem we have is wend I try to select data in table whit a group by function and I got " Copy to tmp table " This function take a long time to execut

Re: tmp table created using remote database - slow query

2006-08-16 Thread Chris
Rhys Johnson wrote: Thanks for the reply Chris I seem to have the remote database working just as fast as the local one after comparing the my.cnf settings. Query times have dropped from 3.6s to 0.4s. However, now when I log in from a shell prompt remotely into mysql it takes about 10s for my pa

Re: tmp table created using remote database - slow query

2006-08-15 Thread Chris
Rhys Johnson wrote: Hello I am running an online web shop using a MySQL (v5.0.19) backend. The web app runs really fast whilst the MySQL database is on the local machine (2x PIII procs, 2GB mem). However I tried moving the database onto a dedicated database machine (2x P4 Zeon 4Gb Mem Raid5) and

tmp table created using remote database - slow query

2006-08-15 Thread Rhys Johnson
processlist whilst the query was running and saw the following: mysql> show processlist; 3. row *** Id: 157 User: www-data Host: [my_web_server_IP]:36619 db: gb_test Command: Query Time: 0 State: Copying to tmp table Info: SEL

Re: Mysql openBSD Copying to tmp table

2004-09-07 Thread Egor Egorov
"Mevershosting.nl" <[EMAIL PROTECTED]> wrote: > Anyone here have any qlue ? We had a couple of dissatisfactions trying to run MySQL on OpenBSD. See http://bulk.fefe.de/scalability/ -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensi

Mysql openBSD Copying to tmp table

2004-09-07 Thread Mevershosting.nl
, (2,6 Ghz 1GB internal mem) The forum runs quick until somebody searches the forum, the process list shows a item which has the: Copying to tmp table state This takes ages, at least 200 seconds I tested with all kinds of config in my.cnf but nothing seems to help at all.. Now i moved the DB over

Querying a tmp table

2004-03-29 Thread David Perron
Is it possible to query a tmp table that mysql creates automatically when dealing with large queries? When I do a 'show processlist' and it gives a state of 'Copying to tmp table' , is there a way to query or access this tmp table to see the status of the query? Im thinking t

Re: Query hung up in "Copying to tmp table"

2003-09-06 Thread Matt W
s/columns if you can't let them be seen. :-) Hint: use \G instead of ; at the end of the EXPLAIN query to make the output more legible. Matt - Original Message - From: "Kevin Fries" Sent: Friday, September 05, 2003 11:09 AM Subject: RE: Query hung up in "Copying to tm

RE: Query hung up in "Copying to tmp table"

2003-09-05 Thread Kevin Fries
in > -Original Message- > From: Matt W [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 04, 2003 1:37 PM > To: [EMAIL PROTECTED] > Subject: Re: Query hung up in "Copying to tmp table" > > > Hi Kevin, > > I imagine the query is examini

Re: Query hung up in "Copying to tmp table"

2003-09-04 Thread Matt W
ables (rows and MB). Matt - Original Message - From: "Kevin Fries" Sent: Wednesday, September 03, 2003 6:51 PM Subject: Query hung up in "Copying to tmp table" > I'm having a problem where a complex SELECT query begins eating up lots > of CPU and never

Query hung up in "Copying to tmp table"

2003-09-03 Thread Kevin Fries
I'm having a problem where a complex SELECT query begins eating up lots of CPU and never returns. In "show processlist", it reports "Copying to tmp table". Other queries seem to get locked waiting for this query, as well. This is on version 3.23.36 of mySQL, and I&#

RE: question: replication of tmp table.....

2003-07-14 Thread Tom Roos
ahh.. http://www.mysql.com/doc/en/Replication_Options.html: replicate-wild-ignore-table=db_name.table_name tks alec -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 14 July 2003 14:29 To: Tom Roos Subject: Re: question: replication of tmp table

Re: question: replication of tmp table.....

2003-07-14 Thread Victoria Reznichenko
s complaining about is a tmp table. > that table is created when (a) user(s) runs a query. in the query, i first create a > tmp table, insert data from another table, run a join with another table and display > the result. the query is executed from a web page so all is done with a php scrip

question: replication of tmp table.....

2003-07-14 Thread Tom Roos
g'day listers i run a mysql 4.0.13 master and slave on linux rh 7.3 servers. every now and then i get a error on the slave. the error is that it cannot insert data into a table that does not exist. the problem is that the table its complaining about is a tmp table. that table is created

Re: Speeding up "copy to tmp table"

2003-06-06 Thread Jeremy Zawodny
On Fri, Jun 06, 2003 at 11:32:25AM -0500, Sam Jumper wrote: > What steps can be taken to speed up queries that show state="copy to tmp > table" in show processlist? I am running MySql on a dual Xeon system > running Windows 2000 server with 10 10K rpm drives in 5 raid 0 arrays

Re: Speeding up "copy to tmp table"

2003-06-06 Thread colbey
So you have no redundancy? 5 arrays of raid 0 (2 disks each) = lose a disk and your pooched.. suggestion: reconfigure to raid 0+1 (more than 2 disks a set) for added perf ? On Fri, 6 Jun 2003, Sam Jumper wrote: > What steps can be taken to speed up queries that show state="copy to tmp

Speeding up "copy to tmp table"

2003-06-06 Thread Sam Jumper
What steps can be taken to speed up queries that show state="copy to tmp table" in show processlist? I am running MySql on a dual Xeon system running Windows 2000 server with 10 10K rpm drives in 5 raid 0 arrays and plenty of ram that isn't being utilized. Sam

Re: Copying to tmp table

2002-09-29 Thread MySQL
Sender: [EMAIL PROTECTED] Date: Tue, 24 Sep 2002 08:21:20 +0200 From: Lars Heidieker <[EMAIL PROTECTED]> on solaris it probably a good idea to change the tmp directory from /var/tmp -> /tmp I recalled this feature and decided to look into linux for it's paral

re: Copying to tmp table

2002-09-24 Thread Victoria Reznichenko
Teh, Tuesday, September 24, 2002, 8:31:54 AM, you wrote: TCP> Does anyone has any idea to improve this situation? TCP> When I show my processlist, there is inner join query that having "Copying TCP> to tmp Table" state, and it takes quite long time to finish the query. Any

Re: Copying to tmp table

2002-09-23 Thread Lars Heidieker
ble is needed... Teh Chee Peng wrote: > hi, > Does anyone has any idea to improve this situation? > When I show my processlist, there is inner join query that having "Copying > to tmp Table" state, and it takes quite long time to finish the query. Any > idea to avoid

Copying to tmp table

2002-09-23 Thread Teh Chee Peng
hi, Does anyone has any idea to improve this situation? When I show my processlist, there is inner join query that having "Copying to tmp Table" state, and it takes quite long time to finish the query. Any idea to avoid Copying to tmp Table? I have tried to increase my tmp_table_size

Re: create tmp table privileges

2002-07-17 Thread Victoria Reznichenko
Daniel, Wednesday, July 17, 2002, 8:20:30 AM, you wrote: DK> I've been trying to grant users the right to create temporary tables: DK> grant create temporary table on mydatabase.* to user; DK> flush privileges; DK> I've also tried: DK> grant create temporary table on mysql.* to user; DK> flush

create tmp table privileges

2002-07-16 Thread Daniel Kasak
Hi all. I've been trying to grant users the right to create temporary tables: grant create temporary table on mydatabase.* to user; flush privileges; I've also tried: grant create temporary table on mysql.* to user; flush privileges; When I check in the user table, the Create_tmp_table_priv

RE: create tmp table of column list of a table for future use

2002-04-05 Thread hong chen
From: Gurhan Ozen [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 5:57 PM To: hong chen Subject: RE: create tmp table of column list of a table for future use SHOW CREATE TABLE ... syntax will show you whether or not the field name

RE: create tmp table of column list of a table for future use

2002-04-05 Thread hong chen
-Original Message- From: hong chen Sent: Friday, April 05, 2002 5:50 PM To: 'Gurhan Ozen' Subject: RE: create tmp table of column list of a table for future use I am trying to check if a certain column exists before I try to select it from the table. in Oracle or Sql Serv

RE: create tmp table of column list of a table for future use

2002-04-05 Thread Gurhan Ozen
EMAIL PROTECTED]] Sent: Friday, April 05, 2002 5:13 PM To: [EMAIL PROTECTED] Subject: create tmp table of column list of a table for future use mysql> create table column_list (desc MYTABLE_NAME); ERROR 1064: You have an error in your SQL syntax near 'desc MYTABLE_NAME)' at line 1 Anyon

RE: create tmp table of column list of a table for future use

2002-04-05 Thread hong chen
-Original Message- From: hong chen Sent: Friday, April 05, 2002 5:32 PM To: 'Alex Behrens' Subject: RE: create tmp table of column list of a table for future use No luck. Oracle and Sql Server have system tables to check. mysql> de

Re: create tmp table of column list of a table for future use

2002-04-05 Thread Alex Behrens
2-1391 ICQ: 3969599 Owner of the 3D-Unlimited Network: http://www.3d-unlimited.com Send News: [EMAIL PROTECTED] - Original Message - From: "hong chen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 05, 2002 4:13 PM Subject: create tmp table of colum

create tmp table of column list of a table for future use

2002-04-05 Thread hong chen
mysql> create table column_list (desc MYTABLE_NAME); ERROR 1064: You have an error in your SQL syntax near 'desc MYTABLE_NAME)' at line 1 Anyone know how to make something like it? - Before posting, please check: http://www

tmp table

2001-07-29 Thread Sommai Fongnamthip
Dear, I'd like to use some temp table (not establish from create new table and could delete itself when finished job) when I grab data from any real table. Please describe with MySQL console, PHP or programming language with API. Sommai Fongnamthip --

RE: copying to tmp table

2001-05-28 Thread Chris Bolt
Paste EXPLAIN SELECT ... (your SELECT); from the mysql client. > Hi! > > When I join 4 tables with about 3000 records in each mysql seems to work > forever on "copying to tmp table". > > I wonder what that could be. I have enough free space in the tmp-dir and > d

copying to tmp table

2001-05-28 Thread Benjamin Boksa
Hi! When I join 4 tables with about 3000 records in each mysql seems to work forever on "copying to tmp table". I wonder what that could be. I have enough free space in the tmp-dir and don't know what else could it be. The database-model is normalized and on another machine it t

Copying to tmp table & order by, group by

2001-04-24 Thread octave klaba
Hi, Running 3.23.37 on freebsd We are making about 200-250 requetes per second on a server with 1Go RAM. We have lot of problems with the requetes which use order by, group by. It seems mysqld copies the data to a tmp table to make sort. The problem is it takes a while to be done. How to make