1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-28 00:00:18 +01:00

AUP3: Change database blocksize to 64KB

Preliminary tests show it to be a bit faster than the default
4KB.  For a simple example, generate 2-hour chirp dropped from
11 seconds to 7 seconds.  Not a lot, but...
This commit is contained in:
Leland Lucius
2020-07-03 20:43:53 -05:00
parent f3816b30d9
commit 4f129ae0af
2 changed files with 3 additions and 6 deletions

View File

@@ -20,7 +20,8 @@ list( APPEND DEFINES
PRIVATE
SQLITE_ENABLE_SNAPSHOT=1
SQLITE_DQS=0
# SQLITE_THREADSAFE=0
# SQLITE_DEFAULT_PAGE_SIZE=4096
SQLITE_DEFAULT_PAGE_SIZE=65536
SQLITE_DEFAULT_MEMSTATUS=0
SQLITE_DEFAULT_WAL_SYNCHRONOUS=1
SQLITE_LIKE_DOESNT_MATCH_BLOBS