check online_analyze.enable for create table as
[online_analyze.git] / README.online_analyze
index 3bb942c..b181da5 100644 (file)
@@ -1,7 +1,8 @@
 Module makes an analyze call immediately after INSERT/UPDATE/DELETE/SELECT INTO
 for affected table(s).
 
-Supported versions of PostgreSQL: 8.4.*, 9.0.*, 9.1.*, 9.2.*, 9.3.*, 9.4*
+Supported versions of PostgreSQL: 8.4.*, 9.0.*, 9.1.*, 9.2.*, 9.3.*, 9.4*, 9.5*,
+                 9.6*
 
 Usage: LOAD 'online_analyze';
 
@@ -33,4 +34,7 @@ online_analyze.include_tables = ""
        List of tables which will online analyze
        online_analyze.include_tables overwrites online_analyze.exclude_tables.
 
+online_analyze.capacity_threshold = 100000
+       Maximum number of temporary tables to store in local cache
+
 Author: Teodor Sigaev <teodor@sigaev.ru>