summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-09-25 22:12:24 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-09-25 22:12:24 +0000
commit0f8fc35a5a9824d4f50edef49ce000f104ca5e74 (patch)
tree0d1d548f2bab9e4b6cac58d9e07dff84b421752d /src/include
parentffae5cc5a6024b4e25ec920ed5c4dfac649605f8 (diff)
downloadpostgresql-0f8fc35a5a9824d4f50edef49ce000f104ca5e74.tar.gz
Increase default value of effective_cache_size to 128MB, per discussion.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/optimizer/cost.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/optimizer/cost.h b/src/include/optimizer/cost.h
index e0250f5f39..ce61e261a9 100644
--- a/src/include/optimizer/cost.h
+++ b/src/include/optimizer/cost.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/optimizer/cost.h,v 1.80 2006/09/19 22:49:53 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/cost.h,v 1.81 2006/09/25 22:12:24 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -27,7 +27,7 @@
#define DEFAULT_CPU_INDEX_TUPLE_COST 0.005
#define DEFAULT_CPU_OPERATOR_COST 0.0025
-#define DEFAULT_EFFECTIVE_CACHE_SIZE 1000 /* measured in pages */
+#define DEFAULT_EFFECTIVE_CACHE_SIZE 16384 /* measured in pages */
/*