Added release note for sqlite chunk size.
This commit is contained in:
parent
df0548503d
commit
fe33d43377
|
@ -47,6 +47,7 @@ Performance
|
|||
|
||||
* Increased the get read version batch size in the client. This change reduces the load on the proxies when doing many transactions with only a few operations per transaction. `(PR #1311) <https://github.com/apple/foundationdb/pull/1311>`_
|
||||
* Clients no longer attempt to connect to the master during recovery. `(PR #1317) <https://github.com/apple/foundationdb/pull/1317>`_
|
||||
* SQLite page files now grow and shrink in chunks based on a knob which defaults to an effective chunk size of 4MB. [6.1.3] `(PR #1482) <https://github.com/apple/foundationdb/pull/1482>`_
|
||||
|
||||
Fixes
|
||||
-----
|
||||
|
|
Loading…
Reference in New Issue