github questdb/questdb 6.0.1

latest releases: 7.4.2, 7.4.1, 7.4.0...
3 years ago

Highlights

Out-of-order (O3) performance is heavily reliant on correctly configured hysteresis values. In 6.0.0, it is very easy to reset these values to 0 with alter table statements, causing ingest performance degradation. This version address fragility of the settings by fixing bugs in all affected alter table variations.

Additionally we made an effort to make timestamp search more coherent. You will be able to search consistently on timestamp represented by string values.

What we fixed

  • PG Wire: Postgres JDBC driver cursor mode. Fixes #806 (#1013)
  • REST: allow underscore in CSV imported column names (#1002)
  • O3: fix alter table SQL erasing hysteresis values from table metadata (#1014)
  • EMBEDDED: java 11 maven artifact name was wrong (#1019)

What is new

  • DOCKER: enable logger configuration for docker container (#1018)
  • SQL: timestamps as strings in selects (#977)
  • SQL: alter table hysteresis (#1015)

Don't miss a new questdb release

NewReleases is sending notifications on new releases.