Update dependency org.questdb:questdb to v6.7-jdk8 #79
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.2
->6.7-jdk8
Release Notes
questdb/questdb (org.questdb:questdb)
v6.7
Overview
🚀 New Features
❗ Breaking changes
As of this release, it is strongly discouraged to modify or delete table directories in the
db
directory or delete table directories while the database instance is still running. It is still safe to do those activities while database is shut down. (https://github.com/questdb/questdb/pull/2752)If multiple database instances share the same
db
directory, you will now have to declare all but one of them as read-only instances via their configuration. (https://github.com/questdb/questdb/pull/2752)What is new
CORE
SQL
sin
,cos
,tan
,cot
,asin
,acos
,atan
,atan2
,toRadians
,fromRadians
,pi
by @marregui in https://github.com/questdb/questdb/pull/2890explain
SQL statement by @bziobrowski in https://github.com/questdb/questdb/pull/2680group by
,sample by
and other queries by @puzpuzpuz in https://github.com/questdb/questdb/pull/2903UUID
column type by @jerrinot in https://github.com/questdb/questdb/pull/2769long256
comparisons on different columns of the same table @jerrinot https://github.com/questdb/questdb/pull/2924PGWire
ILP
What we fixed
CORE
SQL
HTTP
New Contributors
Full Changelog: questdb/questdb@6.6.1...6.7
v6.6.1
Compare Source
Overview
This is a follow up release for the 6.6. It fixes a serious data consistency issue, introduced specifically by 6.6.
❗ Breaking change
Unless you're upgrading from versions before 6.6, you will be affected by a minor breaking change:
commitLag
keyword in SQLs is no longer supported in this release. We recommend you remove these keywords and "lag" values and let the system handle things automatically.What we fixed
CORE
Full Changelog: questdb/questdb@6.6...6.6.1
v6.6
Overview
We introduce an automated system, which removes the concept of
commit lag
thus simplifying capacity planning. Developers don't have to compromise between high ingestion speed and data visibility. Data visibility is instant while ingestion performance is always at its peak.Additionally, there is a number of important bug fixes that improve system performance and stability.
❗ Breaking change
commitLag
keyword in SQLs is no longer supported in this release. We recommend you remove these keywords and "lag" values and let the system handle things automatically.What is new
CORE
SQL
ltrim()
,rtrim()
andtrim()
functions by @klurpicolo in https://github.com/questdb/questdb/pull/2613LATEST ON
with multiple symbol columns by @puzpuzpuz in https://github.com/questdb/questdb/pull/2783HTTP
What we fixed
CORE
LogFactory
instances on start-up by @puzpuzpuz in https://github.com/questdb/questdb/pull/2756long256
could not be parsed by @vgrichina in https://github.com/questdb/questdb/pull/2762could not mmap
error by @glasstiger in https://github.com/questdb/questdb/pull/2775text_loader.json
configuration file by @puzpuzpuz in https://github.com/questdb/questdb/pull/2750SQL
WhereClauseParser
when using epoch by @stephenspol in https://github.com/questdb/questdb/pull/2744ILP
HTTP
Contributor's Hall of Fame
We want to thank our new contributors:
Full Changelog: questdb/questdb@6.5.5...6.6
v6.5.5
Overview
This release features an improved migration experience when importing CSV files from PostgreSQL and stability improvements for the Core and SQL engine.
What is new
CORE
U+
- six-digit microsecond format component by @bluestreak01 in https://github.com/questdb/questdb/pull/2688N+
- nine-digit nanosecond format component by @bluestreak01 in https://github.com/questdb/questdb/pull/2709SQL
insert into table with ...
syntax by @bluestreak01 in https://github.com/questdb/questdb/pull/2724What we fixed
CORE
SQL
joins
by @bluestreak01 in https://github.com/questdb/questdb/pull/2685Contributor's Hall of Fame
We want to thank our new contributors:
Full Changelog: questdb/questdb@6.5.4...6.5.5
v6.5.4
Overview
This release includes new SQL features from our amazing Hacktoberfest contributors as well as performance and stability improvements.
What is new
SQL
string functions:
lower()
andupper()
string functions by @blackstar-baba in https://github.com/questdb/questdb/pull/2582position()
alias for string functionstrpos()
by @DarthBenro008 in https://github.com/questdb/questdb/pull/2599starts_with
string function by @akki1306 in https://github.com/questdb/questdb/pull/2608lpad
andrpad
string functions by @eigengravy in https://github.com/questdb/questdb/pull/2631split_part()
by @daniel-shuy in https://github.com/questdb/questdb/pull/2644numeric functions:
ceiling
with double and float arguments by @bsnxsourav in https://github.com/questdb/questdb/pull/2600log10
math function to calculate base 10 logarithm of double argument by @blackstar-baba in https://github.com/questdb/questdb/pull/2579log()
toln()
for natural logarithm function by @Ln11211 in https://github.com/questdb/questdb/pull/2605others:
CREATE TABLE LIKE
syntax by @akki1306 in https://github.com/questdb/questdb/pull/2580ALTER DROP
of the last partition by @marregui in https://github.com/questdb/questdb/pull/2606row_number() over()
androw_number() over(ORDER BY)
by @blackstar-baba in https://github.com/questdb/questdb/pull/2656Web Console
What we fixed
SQL
CORE
PGWire
ILP
Web Console
Docs
Contributor's Hall of Fame
We want to thank our new contributors:
Full Changelog: questdb/questdb@6.5.3...6.5.4
v6.5.3
Overview
This is a maintenance release, which includes important stability fixes and improvements for the SQL engine and core.
What is new
SQL
DEALLOCATE
statement support for PHP Data Objects by @puzpuzpuz in https://github.com/questdb/questdb/pull/2530CORE
Web console
What we fixed
SQL
GROUP BY
over empty table by @puzpuzpuz in https://github.com/questdb/questdb/pull/2535FROM
inSELECT *
by @lookharm in https://github.com/questdb/questdb/pull/2516SAMPLE BY
with invalid values by @puzpuzpuz in https://github.com/questdb/questdb/pull/2540CORE
rollback()
that may lead to incorrect writes or crashes by @ideoma in https://github.com/questdb/questdb/pull/2512PGWire
Contributor's Hall of Fame
We want to thank our new contributor:
Full Changelog: questdb/questdb@6.5.2...6.5.3
v6.5.2
Overview
This is a maintenance release focusing on important bug fixes for 6.5.1.
What is new
SQL
min
/max
andregexp_replace
functions for string values by @puzpuzpuz in https://github.com/questdb/questdb/pull/2478What we fixed
SQL
GROUP BY
based on function key by @puzpuzpuz in https://github.com/questdb/questdb/pull/2484WHERE
execution logic by @glasstiger in #2492ALTER TABLE
syntax error message by @puzpuzpuz in #2493CORE
PGWire
AMI
Full Changelog: questdb/questdb@6.5.1...6.5.2
v6.5.1
Release overview
This release adds new SQL statements for detaching and re-attaching partitions to tables, enabling cold storage as a solution to the disk size limitation. In addition, we include several fixes and improvements for the overall reliability of the SQL engine.
What is new
SQL
ALTER TABLE DETACH PARTITION
as a complement toATTACH
by @marregui in https://github.com/questdb/questdb/pull/2280count_distinct()
by @puzpuzpuz in https://github.com/questdb/questdb/pull/2439table_writer_metrics()
andmemory_metrics()
table functions for better observability by @jerrinot https://github.com/questdb/questdb/pull/2318/What we fixed
SQL
ORDER BY
in over clause not accepting direction by @bziobrowski in https://github.com/questdb/questdb/pull/2406min()
on int/long/date/ts column with max values only by @puzpuzpuz in https://github.com/questdb/questdb/pull/2429SAMPLE BY
with filter by @puzpuzpuz in https://github.com/questdb/questdb/pull/2448ORDER BY DESC
with async filter by @bziobrowski in https://github.com/questdb/questdb/pull/2451Duplicate column
exception in INTERSECT query by @eugenels in https://github.com/questdb/questdb/pull/2472CORE
HTTP
Full Changelog: questdb/questdb@6.5...6.5.1
v6.5
Release overview
This release brings a new algorithm for the SQL
COPY
statement [Reference], which is specifically designed to enable fast and easy CSV Import for large and unsorted data files. This feature comes in handy when there's a need to migrate a large amount of data from other databases to QuestDB [Guide: CSV import]. In addition, there are several improvements and fixes for the Influx line protocol, Core, and SQL engine.Gotchas
No gotchas when you are upgrading from the start or 6.3, as it is just a software update.
If you're upgrading from 6.2.1 or earlier, please refer to the gotchas of 6.3
What is new
CORE
hs_err_pid
crash logs intodb
directory with Docker package by @bluestreak01 in https://github.com/questdb/questdb/pull/2346SQL
COPY
statement for unordered CSV files by @eugenels, @bziobrowski in https://github.com/questdb/questdb/pull/2155substring
to extract some characters from a string by @HeZean in https://github.com/questdb/questdb/pull/2251CREATE TABLE
SQL by @ideoma in https://github.com/questdb/questdb/pull/2335What we fixed
CORE
error
andcritical
log messages by @ideoma in https://github.com/questdb/questdb/pull/2345chown
errors by @mariusgheorghies in https://github.com/questdb/questdb/pull/2354SQL
LIMIT
query with indexed symbol filter by @puzpuzpuz in https://github.com/questdb/questdb/pull/2336ORDER BY
priority in case of duplicate column names by @jerrinot in https://github.com/questdb/questdb/pull/2339INSERT
SQL by @bluestreak01 in https://github.com/questdb/questdb/pull/2366int
column with high cardinality @bziobrowski https://github.com/questdb/questdb/pull/2353boolean
numeric representation @Zahlii https://github.com/questdb/questdb/pull/2386ILP
PGWire
Full Changelog: questdb/questdb@6.4.3...6.5
v6.4.3
Release overview
In this released we focused on delivering quality client libraries as well as stability improvements on the database core. Here is the list of client libraries that support both TLS and ILP authentication:
Gotchas
None when you are upgrading from the start or 6.3. It is just software update. If you're upgrading from 6.2.1 or earlier, please refer to the gotchas of 6.3
What is new
ILP
CORE
questdb
user in docker by @mariusgheorghies in https://github.com/questdb/questdb/pull/2281SQL
DROP INDEX
for dropping symbol column index by @marregui in https://github.com/questdb/questdb/pull/2183What we fixed
CORE
SQL
fd
leak in tables() function by @bziobrowski in https://github.com/questdb/questdb/pull/2276LATEST ON
is combined with a single symbol IN filter by @jerrinot in https://github.com/questdb/questdb/pull/2292concat
function args are ignored by @HeZean in https://github.com/questdb/questdb/pull/2320Full Changelog: questdb/questdb@6.4.2...6.4.3
v6.4.2
Release overview
Maintenance release to include important bug fixes and critical features.
Gotchas
None when you are upgrading from the start or 6.3. It is just software update. If you're upgrading from 6.2.1 or earlier, please refer to the gotchas of 6.3
What is new
ILP
What we fixed
ILP
CORE
SQL
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.