Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Bumps org.questdb:questdb from 9.0.3 to 9.2.2.

Release notes

Sourced from org.questdb:questdb's releases.

9.2.2

QuestDB 9.2.2 is another stability release, primarily fixing some query snags. With this, we've packaged a performance improvement for vertically-scaled machines, and some new SQL functions.

For any questions or feedback, please join us on Slack or on Discourse.

See also our prettier release notes page.

Breaking changes 💥

  • We've removed the legacy txn scoreboard (v1).
    • Using the new scoreboard (v2) has been the default for some time now.
    • If you have been manually overriding this config option (cairo.txn.scoreboard.format=1), it will no longer take effect, but the instance will boot and function as normal.
  • MANUAL PERIOD views will now only be refreshed by manual trigger, and not also automatically when the time period ends.
    • This was always the intended behaviour; it is unexpected that a MANUAL view should refresh automatically.

SQL

New weighted statistics functions

  • weighted_avg(DD) - computes the weighted average based on a 'value' column and a 'weights' column.
    • A straightforward weighted average calculation.
  • weighted_stddev_rel(DD) - computes the weighted standard deviation based a 'value' column and a 'reliability weights' column.
    • Reliability weights are based on how trusted or reliable the particular value should be treated.
  • weighted_stddev_freq(DD) - computes the weighted standard deviation based on a 'value' column and a 'frequency weights' column.
    • Frequency weights are based on the frequency of a particular sample occurring in the dataset.

Changelist

Full Changelog: questdb/questdb@9.2.1...9.2.2

9.2.1

QuestDB 9.2.1 is a stability release, bringing a number of fixes, and some key performance enhancements, including markout horizon CROSS JOIN upgrades, and improvements to SQL query latencies across the board.

For any questions or feedback, please join us on Slack or on Discourse.

See also our prettier release notes page.

Highlights

... (truncated)

Commits
  • 737d867 [maven-release-plugin] prepare release 9.2.2
  • 2131fbe chore(ui): upgrade web console to 1.1.7 (#6478)
  • 2c48e19 test(sql): fix flaky stddev test (#6475)
  • 1fca1eb feat(sql): weighted average and standard deviation (#6457)
  • 360948a fix(pgwire): batch SELECTs with bound parameters return correct results (#6453)
  • e4e5b4e ci(build): replace macos-13 with macos-15-intel in GitHub actions (#6468)
  • 73ce5b0 chore(ui): upgrade web console to 1.1.6 (#6474)
  • ea86684 perf(sql): improve query scalability on large multicore machines (#6459)
  • 63bdfc5 fix(core): fix internal errors due to bad implicit casting (#6443)
  • 8a85eb3 fix(core): fix a bug where default ILP decimal wouldn't be null (#6454)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.questdb:questdb](https://github.com/questdb/questdb) from 9.0.3 to 9.2.2.
- [Release notes](https://github.com/questdb/questdb/releases)
- [Commits](questdb/questdb@9.0.3...9.2.2)

---
updated-dependencies:
- dependency-name: org.questdb:questdb
  dependency-version: 9.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 2, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 2, 2025 02:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code modules/questdb

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant