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.0.1 in /modules/questdb #8784

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

Bumps org.questdb:questdb from 7.3.9 to 8.0.1.

Release notes

Sourced from org.questdb:questdb's releases.

8.0.1

What's Changed

Full Changelog: questdb/questdb@8.0.0...8.0.1

8.0.0

This one's a big one!

In brief, to get you to the goods quicker:

  • New VARCHAR data type over STRING default for ++compression & ++performance
  • 50% improvement over already fast SQL query performance
  • Data compression via system-level ZFS, previously Enterprise-only

And more...

Upgrade as soon as you can. Or start fresh and build out your use case.

If you're still reading, onwards for more detail, breaking changes, plus the PR breakdown.


New features 🐣

  • VARCHAR: Introduces the VARCHAR data type and a new type driver API. VARCHAR offers UTF8 encoded strings of variable length as opposed to the UTF16 and fixed length encoding found in STRING, for better compression and significantly improved performance.
    • Maximum size of a single VARCHAR field size is 268 MB.
    • A size of a VARCHAR column in a single partition is limited by 218 TB or disk size, whichever is smaller.
    • STRING is now considered a legacy type.
  • Data compression: Data compression for OSS! Full support for the ZFS file system and system-level data compression.
  • ALTER COLUMN type: Use ALTER TABLE SQL to convert column types.
    • Migrate between STRING, SYMBOL, and VARCHAR data types.

Breaking changes 💥

  • GLIBC upgrade: Upgraded GLIBC to a minimum of 2.28-amd64 and 2.33-aarch64.
  • ILP and TextImport changes: ILP and TextImport now create VARCHAR instead of STRING columns.
  • Jemalloc allocator: The default allocator is now jemalloc. Later updates include disabling jemalloc as the default allocator and removing jemalloc from no-jre builds.

Performance 🚀

... (truncated)

Commits
  • ff12093 [maven-release-plugin] prepare release 8.0.1
  • ca2369c perf(sql): support ksum and nsum functions in parallel GROUP BY (#4682)
  • b227c44 perf(sql): support timestamp literals in JIT compiler (#4658)
  • 9a40eaf fix(core): fix potentially corrupt storage of STRING column after data insert...
  • a77fbbe feat(sql): reintroduce flush_query_cache function (#4641)
  • ee9e2c9 fix(core): fix db crash after enabling dedup on varchar column (#4675)
  • 7bcecaa feat(http): add support for nm=true query parameter in text export (/exp) t...
  • 0817f9b fix(ilp): make trailing semicolon in client configuration optional (#4631)
  • 2cff5bd chore(build): add zfs self hosted agent (#4651)
  • ef6185a fix(sql): fix SQL error when bind variables used within the IN() function (#4...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner June 17, 2024 22:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Jun 17, 2024
@settings settings bot removed the java label Jul 10, 2024
@eddumelendez
Copy link
Member

@dependabot rebase

1 similar comment
@eddumelendez
Copy link
Member

eddumelendez commented Jul 25, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/modules/questdb/org.questdb-questdb-8.0.1 branch from 713d82f to f84e2dc Compare July 25, 2024 21:12
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 25, 2024

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@eddumelendez
Copy link
Member

@dependabot rebase

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

---
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.0.1 branch from f84e2dc to bae1d29 Compare July 26, 2024 05:50
@settings settings bot removed the don't merge label Aug 14, 2024
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.0.1 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