alter table from myisam to maria 'hung'
O/S: Fedora 11 x86_64
MySQL: mysql-server-
MariaDB: built from tar
# mysql --version
mysql Ver 14.16 Distrib 5.1.42-MariaDB, for unknown-linux-gnu (x86_64) using EditLine wrapper
Statement: MariaDB [cisd]> alter table TVP581BILLIMAGHIST engine = MARIA;
This is a medium to large table
/data4/
/data1/
where the files are now
9,087,475,712 2010-02-26 09:43 /data1/
8,368,602,112 2009-12-02 20:28 /data1/
28,721,569,792 2010-02-26 09:00 /data4/
34,187,025,612 2009-12-02 19:59 /data4/
Rows: 117,757,616
MariaDB [cisd]> describe TVP581BILLIMAGHIST;
+------
| Field | Type | Null | Key | Default | Extra |
+------
| CD_COMPANY_SYSTEM | char(4) | NO | PRI | NULL | |
| NO_ACCOUNT | int(11) | NO | MUL | NULL | |
| DT_PRINT | datetime | NO | PRI | NULL | |
| NO_CYCLIC | smallint(6) | NO | | NULL | |
| NO_INVOICE | int(11) | NO | PRI | NULL | |
| CD_REC_TYPE | char(3) | NO | | NULL | |
| TXT_BILL_CONTENT | varchar(500) | NO | | NULL | |
| NO_LEGAL_ENTITY | int(11) | NO | PRI | NULL | |
| NO_COMBINE_PRT | int(11) | NO | PRI | NULL | |
| NO_BILL_SORT | int(11) | NO | PRI | NULL | |
+------
| TVP581BILLIMAGHIST | CREATE TABLE `TVP581BILLIMAG
`CD_COMPANY_
`NO_ACCOUNT` int(11) NOT NULL,
`DT_PRINT` datetime NOT NULL,
`NO_CYCLIC` smallint(6) NOT NULL,
`NO_INVOICE` int(11) NOT NULL,
`CD_REC_TYPE` char(3) NOT NULL,
`TXT_
`NO_LEGAL_ENTITY` int(11) NOT NULL,
`NO_COMBINE_PRT` int(11) NOT NULL,
`NO_BILL_SORT` int(11) NOT NULL,
PRIMARY KEY (`CD_COMPANY_
KEY `XVP5812` (`NO_INVOICE`
KEY `XVP5811` (`NO_ACCOUNT`
) ENGINE=MyISAM DEFAULT CHARSET=latin1 DATA DIRECTORY=
The conversion of the data file completed in about 4-5 hours. But the conversion of the index file
seems to have become frozen. I say that in the file has not changed (checked using sum) in about 4 hours.
The build of the index file started approx 17 hours ago. The new data and index files are being accessed in that
their time stamps are changing
My question comes from both I/O and CPU usage being basically zero.
Ideas ? or just wait a day or two ?
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- MariaDB Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply: