summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
authorJoshua Watt <jpewhacker@gmail.com>2018-12-03 21:42:32 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-12-07 12:38:58 +0000
commit09b4de78f2ae6fce4d3ef1992d185ec2aa12f475 (patch)
tree5a303f38750f3ea4d29117e238941fa58a145cdf /bitbake/bin
parent549eccc0db48507dfda25aec1d8b0b5b8e1b3d16 (diff)
downloadpoky-09b4de78f2ae6fce4d3ef1992d185ec2aa12f475.tar.gz
bitbake: persist_data: Enable Write Ahead Log
Enabling the write ahead log improves database reliability, speeds up writes (since they mostly happen sequentially), and speeds up readers (since they are no longer blocked by most write operations). The persistent database is very read heavy, so the auto-checkpoint size is reduced from the default (usually 1000) to 100 so that reads remain fast. [YOCTO #13030] (Bitbake rev: 79100fa67539f9654af9bf6d3e6842eb5c12e989) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin')
0 files changed, 0 insertions, 0 deletions