File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
*
7
7
* Copyright (c) 1994, Regents of the University of California
8
8
*
9
- * $Id: internal.h,v 1.4 1997/04/09 02:24:19 vadim Exp $
9
+ * $Id: internal.h,v 1.5 1997/04/24 15:38:34 vadim Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
27
27
* System-dependent tuning constants
28
28
*
29
29
*/
30
- #define _CPU_PAGE_WEIGHT_ 0.065 /* CPU-heap-to-page cost weighting factor */
31
- #define _CPU_INDEX_PAGE_WEIGHT_ 0.033 /* CPU-index-to-page cost weighting factor */
30
+ #define _CPU_PAGE_WEIGHT_ 0.033 /* CPU-heap-to-page cost weighting factor */
31
+ #define _CPU_INDEX_PAGE_WEIGHT_ 0.017 /* CPU-index-to-page cost weighting factor */
32
32
#define _MAX_KEYS_ INDEX_MAX_KEYS /* maximum number of keys in an index */
33
33
#define _TID_SIZE_ 6 /* sizeof(itemid) (from ../h/itemid.h) */
34
34
You can’t perform that action at this time.
0 commit comments