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.9 to 8.1.0 in /modules/questdb #8995

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2024

Bumps org.questdb:questdb from 7.3.9 to 8.1.0.

Release notes

Sourced from org.questdb:questdb's releases.

8.1.0

QuestDB 8.1.0 has arrived.

In this release, QuestDB's foundation takes a second step towards our next generation architecture.

Our prior release introduced JSON extraction.

And now, by popular demand, QuestDB meets Apache Parquet.

New Features 🐣

  • Parquet read support Use the read_parquet() function to read Apache Parquet files.
  • Improved SAMPLE BY:
    • FROM-TO syntax: Specify result ranges, with support for prefilling and postfilling data. Also can correct misaligned buckets.
    • Parallel SAMPLE BY: Now supports FILL(VALUE) and FILL(NULL).
  • Snapshot recovery: Added a trigger file to initiate snapshot recovery, improving database resilience and ease-of-use.

Performance 🚀

  • Improved ILP ingress latency
  • SQL Performance:
    • Speedup for small transaction writing by 50-100%.
    • Enhanced performance for the like/ilike operator on symbol columns.
    • Speed improvements for regexp_replace(varchar) with simple patterns.
  • Aggregation queries: Aggregation queries are now faster.

Bug Fixes 🐛

  • SQL:

    • Fixed spurious "unsupported operation" errors.
    • Corrected wrong results from parallel WHERE and GROUP BY for some function keys.
    • Fixed incorrect results from parallel GROUP BY with a single varchar function key.
    • Addressed issues with some window functions double counting rows.
  • Core:

    • Prevented table suspension under memory pressure.
    • Fixed Charts when using together with OAuth.

Pull requests

... (truncated)

Commits
  • 412f81b [maven-release-plugin] prepare release 8.1.0
  • 07ba2e4 fix(ui): fix Charts when using together with OAuth (#4813)
  • e384be3 feat(core): trigger file to initiate snapshot recovery (#4807)
  • 350f623 chore(core): DirectString#_subSequence method (#4808)
  • 0b0ddfc chore(build): fix sqllogictest binary load to make it work where questdb is a...
  • 8b4f6cf feat(sql): introduce SAMPLE BY FROM-TO syntax for specifying result ranges (#...
  • 1f770d0 feat(sql): read_parquet() function (#4460)
  • 0557331 fix(sql): some window functions might double count rows (#4804)
  • 3ec640a perf(sql): speed up regexp_replace(varchar) for simple patterns (#4668)
  • 9ee0380 perf(sql): speed up like/ilike operator on symbol column (#4794)
  • 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)

@dependabot dependabot bot requested a review from a team as a code owner July 25, 2024 15:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Jul 25, 2024
@dependabot dependabot bot force-pushed the dependabot/gradle/modules/questdb/org.questdb-questdb-8.1.0 branch from 2876774 to 023fda5 Compare July 25, 2024 23:16
@eddumelendez
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/gradle/modules/questdb/org.questdb-questdb-8.1.0 branch from 023fda5 to d9e91c2 Compare July 26, 2024 18:22
Bumps [org.questdb:questdb](https://github.com/questdb/questdb) from 7.3.9 to 8.1.0.
- [Release notes](https://github.com/questdb/questdb/releases)
- [Commits](questdb/questdb@7.3.9...8.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/modules/questdb/org.questdb-questdb-8.1.0 branch from d9e91c2 to 8edf576 Compare July 31, 2024 06:02
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 9, 2024

Superseded by #9202.

@dependabot dependabot bot closed this Sep 9, 2024
@dependabot dependabot bot deleted the dependabot/gradle/modules/questdb/org.questdb-questdb-8.1.0 branch September 9, 2024 22:03
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.

1 participant