Skip to content

Commit 512a3de

Browse files
authored
Merge pull request #1041 from dolthub/perf/prolly-cache-16384
perf(cache): bump default prolly cache to 16384
2 parents 04d0157 + e758a16 commit 512a3de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/prolly_btree.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ int doltliteSerializeCatalogEntriesWithFallbackSchema(
112112
(pCur)->nSeekKeyField = 0; \
113113
}while(0)
114114

115-
#define PROLLY_DEFAULT_CACHE_SIZE 1024
115+
#define PROLLY_DEFAULT_CACHE_SIZE 16384
116116

117117
#define PROLLY_DEFAULT_PAGE_SIZE 4096
118118

0 commit comments

Comments
 (0)