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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user