Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.questdb:questdb from 7.3.7 to 7.3.9 in /modules/questdb #8117

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

Bumps org.questdb:questdb from 7.3.7 to 7.3.9.

Release notes

Sourced from org.questdb:questdb's releases.

7.3.9

Welcome back from the holidays! (If you had one...)

In the latest QuestDB release, we've focused on enhanced stability and introduced two innovative features. Notably, we've improved GROUP BY performance tenfold through parallel SQL executions and introduced InfluxDB Line Protocol (ILP) support over HTTP, which is compatible with existing InfluxDB drivers. Those familiar with ILP will find a clean entryway into QuestDB.

Thanks to @​ssharaev and @​pompeiifreckles for their first contributions - we appreciate you.

Dive in to explore the release in detail. 🤿

What's changed

  • 10x GROUP BY performance improvement via parallel SQL executions. Should you encounter any problems with this implementation, you can safely disabled [cairo.sql.parallel.groupby.enabled=false] it via configuration without downgrading the database instance.
  • InfluxDB Line Protocol (ILP) support over HTTP. This implementation supports existing InfluxDB drivers and eases the transition into QuestDB for existing ILP users. The new client has control over transaction boundaries and will offer helpful feedback on transaction activity. We're also pleased to offer no noticeable performance impact in ingestions performance compared to our TCP implementation.

New features

Fixes and improvements

New Contributors

Full Changelog: questdb/questdb@7.3.7...7.3.8

Commits
  • 89bda13 [maven-release-plugin] prepare release 7.3.9
  • c49c011 chore(sql): fix Unordered16Map rehashing (#4130)
  • faeb386 build: 7.3.8 (#4131)
  • 95e5cf3 perf(sql): speed up GROUP BY queries with small fixed-size keys (#4128)
  • 5921b2f fix(core): reduce unnecessary error logging when table is dropped (#4121)
  • f7159c3 feat(http): add createTable parameter to /imp (#4108)
  • e810c3c perf(sql): support advanced aggregate functions in parallel GROUP BY (#4097)
  • 1dbfd94 fix(core): fix non-partition table truncate not working correctly alter table...
  • 1bb347e fix(sql): unregister query on cursor initialization failure (#4113)
  • 147c6e3 chore(core): improve table name logging in WAL Apply Job (#4116)
  • 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 7.3.7 to 7.3.9.
- [Release notes](https://github.com/questdb/questdb/releases)
- [Commits](questdb/questdb@7.3.7...7.3.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 15, 2024 22:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Jan 15, 2024
@settings settings bot removed the java label Jan 23, 2024
@eddumelendez eddumelendez merged commit c5213fe into main Jan 24, 2024
88 checks passed
@eddumelendez eddumelendez deleted the dependabot/gradle/modules/questdb/org.questdb-questdb-7.3.9 branch January 24, 2024 15:57
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 modules/questdb
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant