Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2025

Bumps org.questdb:questdb from 9.0.0 to 9.0.1.

Release notes

Sourced from org.questdb:questdb's releases.

9.0.1

Release 9.0.1 brings notable enhancements to SYMBOL indexes, along with several bug fixes.

First, Materialized Views now support indexed symbols, improving performance for workloads that rely on large views with numerous symbols. The index capacity is inferred automatically, though it can be manually configured if needed.

Second, we've significantly optimized index performance under high concurrency. If your workload is both index and concurrency intensive, you can expect a 10x–100x speedup compared to 9.0.0.

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

See also our prettier release notes page.

Changelist

Full Changelog: questdb/questdb@9.0.0...9.0.1

Commits
  • b29bc9d [maven-release-plugin] prepare release 9.0.1
  • 100ff29 fix(core): fix table suspension due to indexing error (#5984)
  • f1b1196 chore(core): switch ent to modern pg authenticator (#5955)
  • 7db9598 chore(core): improve error message when metadata may be corrupted (#5952)
  • 9484d00 chore(core): move context initialization out of connection-accepting thread (...
  • c06f408 feat(sql): add support for indexing of symbol columns in materialized views (...
  • f6d596e fix(sql): exception when JIT compiling a filter like WHERE symbol = '''' (#...
  • 129c7b0 perf(sql): improve performance of symbol index lookups (#5953)
  • fe7c916 feat(core): add data_id with current_data_id() SQL function (#5917)
  • 2b00422 fix(sql): Fix database not preserving column alias casing in SQL (#5948)
  • 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.0 to 9.0.1.
- [Release notes](https://github.com/questdb/questdb/releases)
- [Commits](questdb/questdb@9.0.0...9.0.1)

---
updated-dependencies:
- dependency-name: org.questdb:questdb
  dependency-version: 9.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 1, 2025
This was referenced Aug 4, 2025
@eddumelendez eddumelendez merged commit 6ab8bc4 into main Aug 4, 2025
105 checks passed
@eddumelendez eddumelendez deleted the dependabot/gradle/modules/questdb/org.questdb-questdb-9.0.1 branch August 4, 2025 19:52
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.

2 participants