Skip to content

Commit 0a08f2b

Browse files
committed
#define _CPU_PAGE_WEIGHT_: 0.065 --> 0.033
#define _CPU_INDEX_PAGE_WEIGHT_: 0.033 --> 0.017
1 parent 66d8e42 commit 0a08f2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/optimizer/internal.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
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 $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -27,8 +27,8 @@
2727
* System-dependent tuning constants
2828
*
2929
*/
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 */
3232
#define _MAX_KEYS_ INDEX_MAX_KEYS /* maximum number of keys in an index */
3333
#define _TID_SIZE_ 6 /* sizeof(itemid) (from ../h/itemid.h) */
3434

0 commit comments

Comments
 (0)