1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-11 01:42:22 +03:00

Attempt to vary the size of Bloom filters based on an estimate of how many

keys the filter will hold.

FossilOrigin-Name: a7adcf69088cba4b86cc5731a45c9a5263af4355bc0a38f5225cab421c915f7f
This commit is contained in:
drh
2021-12-06 13:07:28 +00:00
parent 6ae49e67cc
commit 5baaf40af1
6 changed files with 95 additions and 31 deletions

View File

@@ -4293,6 +4293,7 @@ void sqlite3MemSetDefault(void);
void sqlite3BenignMallocHooks(void (*)(void), void (*)(void));
#endif
int sqlite3HeapNearlyFull(void);
sqlite3_int64 sqlite3EstMemoryAvailable(void);
/*
** On systems with ample stack space and that support alloca(), make