Commit 55ef63ac authored by Rich Prohaska's avatar Rich Prohaska

#99 reduce analyze time to 5 seconds (from 60 seconds). this will probably...

#99 reduce analyze time to 5 seconds (from 60 seconds). this will probably allow > 1M rows to be in the cardinality computation
parent 935f78ac
...@@ -273,10 +273,10 @@ static MYSQL_THDVAR_UINT(analyze_time, ...@@ -273,10 +273,10 @@ static MYSQL_THDVAR_UINT(analyze_time,
"analyze time", "analyze time",
NULL, NULL,
NULL, NULL,
60, // default 5, // default
0, // min 0, // min
~0U, // max ~0U, // max
1 // blocksize??? 1 // blocksize
); );
static void tokudb_checkpoint_lock(THD * thd); static void tokudb_checkpoint_lock(THD * thd);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment