Bump org.questdb:questdb from 9.0.3 to 9.2.2 in /modules/questdb
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 PERIODviews 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
MANUALview 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
- fix(sql): fix bug where queries using
INclauses with INT/LONG columns containing-1return incorrect results. by@​kafka1991in questdb/questdb#6439- fix(sql): fix internal error when concurrent threads try to drop a non-wal table by
@​jerrinotin questdb/questdb#6462- fix(pgwire): fix protocol corruption when sending arrays from server to client by
@​bluestreak01in questdb/questdb#6455- fix(core): breaking change 💥 - remove tx scoreboard v1 by
@​jerrinotin questdb/questdb#6449- fix(sql): breaking change 💥 - inconsistent data in chained period materialized views by
@​puzpuzpuzin questdb/questdb#6463- fix(core): fix a bug where default ILP decimal wouldn't be null by
@​RaphDalin questdb/questdb#6454- fix(core): fix internal errors due to bad implicit casting by
@​jerrinotin questdb/questdb#6443- perf(sql): improve query scalability on large multicore machines by
@​puzpuzpuzin questdb/questdb#6459- fix(pgwire): batch SELECTs with bound parameters return correct results by
@​jerrinotin questdb/questdb#6453- feat(sql): weighted average and standard deviation by
@​mtopolnikin questdb/questdb#6457Full Changelog: https://github.com/questdb/questdb/compare/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 JOINupgrades, 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.22131fbechore(ui): upgrade web console to 1.1.7 (#6478)2c48e19test(sql): fix flaky stddev test (#6475)1fca1ebfeat(sql): weighted average and standard deviation (#6457)360948afix(pgwire): batch SELECTs with bound parameters return correct results (#6453)e4e5b4eci(build): replace macos-13 with macos-15-intel in GitHub actions (#6468)73ce5b0chore(ui): upgrade web console to 1.1.6 (#6474)ea86684perf(sql): improve query scalability on large multicore machines (#6459)63bdfc5fix(core): fix internal errors due to bad implicit casting (#6443)8a85eb3fix(core): fix a bug where default ILP decimal wouldn't be null (#6454)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)