X-Git-Url: http://sigaev.ru/git/gitweb.cgi?p=online_analyze.git;a=blobdiff_plain;f=README.online_analyze;h=d72f17db42414dbf7a2f783ec6289166e9bed663;hp=b181da5bd26aed01ec88be21cb8d8663447dd837;hb=HEAD;hpb=4ff85471d1e2b5d9787dd19667467a1498d2e876 diff --git a/README.online_analyze b/README.online_analyze index b181da5..d72f17d 100644 --- a/README.online_analyze +++ b/README.online_analyze @@ -10,6 +10,9 @@ Custom variables (defaults values are shown): online_analyze.enable = on Enables on-line analyze +online_analyze.local_tracking = off + Per backend tracking for temp tables (do not use system statistic) + online_analyze.verbose = on Execute ANALYZE VERBOSE @@ -24,6 +27,9 @@ online_analyze.threshold = 50 online_analyze.min_interval = 10000 Minimum time interval between analyze call per table (in milliseconds) +online_analyze.lower_limit = 0 + Min number of rows in table to analyze + online_analyze.table_type = "all" Type(s) of table for online analyze: all, persistent, temporary, none