Skip to content

2.1.4

Compare
Choose a tag to compare
@cberner cberner released this 11 Oct 03:09
· 35 commits to master since this release
  • Optimize first() and last() to be almost 2x faster
  • Improve in-memory cache algorithm to resolve edge cases where certain pages could become
    uncacheable under cache pressure
  • Fix bug in read cache where the read cache could become disabled. This was likely to occur in
    multithreaded workloads when the read cache was smaller than the database file. This bug lead to
    5-10x performance degradations for some workloads