I've been running an update query. This is what I have if I do mysqladmin -pxxxxx processlist:
| 2225 | root | localhost | may | Query | 479083 | updating reference tables | update maytcf,urns set maytcf.URN = urns.URN where maytcf.OSISID = urns.OSISID |
the maytcf table contains 21,000,000 records and the urns table contains 24,000,000 records. The thing that I'm bothered about is the time its taken to run (about 5 days now). The machine its running on is a Xeon 2.6Ghz, 1Gb RAM, Redhat 9 Linux box. The first time I ran the query it took 6 hours. What could be the problem now?
Thanks
| 2225 | root | localhost | may | Query | 479083 | updating reference tables | update maytcf,urns set maytcf.URN = urns.URN where maytcf.OSISID = urns.OSISID |
the maytcf table contains 21,000,000 records and the urns table contains 24,000,000 records. The thing that I'm bothered about is the time its taken to run (about 5 days now). The machine its running on is a Xeon 2.6Ghz, 1Gb RAM, Redhat 9 Linux box. The first time I ran the query it took 6 hours. What could be the problem now?
Thanks