4.5.0
I === SQLCipher Configuration Analysis (Current Version) ===
I SQLCipher - cipher_memory_security: 0
I SQLCipher - cipher_page_size: 4096
I SQLCipher - cipher_hmac_algorithm: HMAC_SHA512
W SQLCipher - cipher_kdf_iter: No result
I SQLCipher - cipher_plaintext_header_size: 0
I SQLCipher - cipher_default_use_hmac: 1
I SQLCipher - synchronous: 2
I SQLCipher - journal_mode: delete
I SQLCipher - cache_size: -2000
I SQLCipher - temp_store: 0
I SQLCipher - mmap_size: 0
I SQLCipher - auto_vacuum: 0
I SQLCipher - page_size: 4096
I === End SQLCipher Configuration Analysis ===
4.9.0
I SQLCipher - cipher_memory_security: 0
I SQLCipher - cipher_page_size: 4096
I SQLCipher - cipher_hmac_algorithm: HMAC_SHA512
W SQLCipher - cipher_kdf_iter: No result
I SQLCipher - cipher_plaintext_header_size: 0
I SQLCipher - cipher_default_use_hmac: 1
I SQLCipher - synchronous: 1
I SQLCipher - journal_mode: delete
I SQLCipher - cache_size: -2000
I SQLCipher - temp_store: 0
I SQLCipher - mmap_size: 0
I SQLCipher - auto_vacuum: 0
I SQLCipher - page_size: 4096
I === End SQLCipher Configuration Analysis ===
How can I make it faster?
The difference is visible with a large database. With the old version, it takes 3 seconds to load, but after the update, it takes 1 minute.