https://bugzilla.wikimedia.org/show_bug.cgi?id=64140

--- Comment #2 from kolossos <[email protected]> ---
To reproduce:
CREATE TABLE `enwiki_neu` ( `name_id` bigint( 20 ) NOT NULL , `name` varchar(
180 ) NOT NULL , `tp_nr` bigint( 20 ) NOT NULL , `tp_name` varchar( 100 ) NOT
NULL , `entry_nr` bigint( 20 ) NOT NULL , `entry_name` varchar( 200 ) NOT NULL
, `Value` varchar( 900 ) NOT NULL ,
KEY `tp_name` (`tp_name`(30)), KEY `name` ( `name` (15)) , KEY `name_id` (
`name_id`) , KEY `entry_name` ( `entry_name`(15) ) , KEY `Value` ( `Value` (15)
) ) ENGINE = InnoDB DEFAULT CHARSET = utf8;

set autocommit = 0;LOAD /* SLOW_OK */ DATA LOCAL INFILE
'/data/project/templatetiger/public_html/dumps/sort/enwiki-2014-04-02-lPqO.txt'
IGNORE INTO TABLE `enwiki_neu` FIELDS TERMINATED BY '\t' ESCAPED BY '\\' LINES
TERMINATED BY '\n' ;
commit; set autocommit = 1;


I believe there is a nonlinear performance drop, if the index-size becomes
larger than the RAM. 

To stop import I use "kill query 12345678;" and jstop.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to