Created
March 7, 2011 19:30
-
-
Save jhannah/859047 to your computer and use it in GitHub Desktop.
mysql fun
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 17:52 <@jhannah> gak. load ground to a halt at 15.8M rows | |
| 17:53 <@jhannah> index size is twice the data size, so i'm thinking load then create indexes as next | |
| attempt | |
| 17:54 <@jhannah> apparently load velocity is some sort of reverse exponential curve | |
| 17:54 <@jhannah> over a few millions rows | |
| 17:55 <@jhannah> | table_name | table_rows | data_length | index_length | Size(MB) | | |
| 17:55 <@jhannah> +----------------------------+------------+-------------+--------------+----------+ | |
| 17:55 <@jhannah> | video_stats | 15822097 | 1758461952 | 3214934016 | 4743.00 | | |
| 17:57 <@jhannah> oh shit -- amor disk is full | |
| 17:58 <@jhannah> Filesystem Size Used Avail Use% Mounted on | |
| 17:58 <@jhannah> /dev/xvda 47G 46G 0 100% / |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment