new GUC variables
[online_analyze.git] / README.online_analyze
index edf5059..eb95307 100644 (file)
@@ -23,4 +23,14 @@ online_analyze.threshold = 50
 online_analyze.min_interval = 10000
     Minimum time interval between analyze call per table (in milliseconds)
 
+online_analyze.table_type = "all"
+       Type(s) of table for onlyne analyze: all, persistent, temporary, none
+
+online_analyze.exclude_tables = ""
+       List of tables which will not online analyze
+
+online_analyze.include_tables = ""
+       List of tables which will online analyze
+       online_analyze.include_tables overwrites online_analyze.exclude_tables.
+
 Author: Teodor Sigaev <teodor@sigaev.ru>