Skip to content

7.3.5

Compare
Choose a tag to compare
@bluestreak01 bluestreak01 released this 24 Nov 18:45
· 289 commits to master since this release

What's Changed

Following up our recent 7.3.4 release which provided Window Functions, Web Console improvements, and more, we're pleased to announce another significant release. Headlining 7.3.5 are the following key additions:

  • Percentile function: Find an approximate percentile for a given series with approx_percentile(DD).
  • Optimized queries: QuestDB has long stood out for its high performance ingestion. Not be left behind, queries also keep getting faster. In benchmarks, recent performance optimizations have shown 50% improvement to several query types.

New features

Fixes and improvements

  • fix(sql): fix segfault in aggregate vectorized functions on zero input length by @puzpuzpuz in #3944
  • fix(sql): maintain timestamp metadata in window factories by @bziobrowski in #3940
  • fix(core): introduce separate settings for WAL writer pool by @puzpuzpuz in #3948
  • fix(sql): improve count(*) and limit x,y performance by @bziobrowski in #3951
  • fix(sql): fix create table like with dedup by @brunocalza in #3964
  • fix(sql): fix several small sql issues by @bziobrowski in #3970
  • fix(core): fix UPDATE timeout can leave non-WAL table in half updated state by @ideoma in #3946
  • fix(core): reduce disk and memory footprint of system tables by @puzpuzpuz in #3945
  • fix(core): recognize XFS file system as supported by @puzpuzpuz in #3968
  • fix(core): handling of unexpected errors in SQL execution by @glasstiger in #3963