github questdb/questdb 6.5

latest releases: 7.4.2, 7.4.1, 7.4.0...
21 months ago

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

  • deterministically deposit hs_err_pid crash logs into db directory with Docker package by @bluestreak01 in #2346
  • use all available cores by default @puzpuzpuz #2392

SQL

  • high-performance implementation of the COPY statement for unordered CSV files by @eugenels, @bziobrowski in #2155
  • implement the function substring to extract some characters from a string by @hezean in #2251
  • add write mode parameter for CREATE TABLE SQL by @ideoma in #2335
  • improve PostgreSQL compatibility as a base for extending integrations later by @bluestreak01 #2210

What we fixed

CORE

SQL

ILP

PGWire

Full Changelog: 6.4.3...6.5

Don't miss a new questdb release

NewReleases is sending notifications on new releases.