Overview
This is a very small release which adds support for nanosecond-precision columns.
Features
From QuestDB 9.1.0 you can use CREATE TABLE
SQL statement with TIMESTAMP_NANO
column types,
and/or configure the database to use nanosecond precision designated timestamp columns by setting the line.timestamp.default.column.type=TIMESTAMP_NANO
config option in server.conf
.
This client release adds support for sending timestamps to the server without loss of precision.
The change is backwards compatible with older QuestDB versions and does not introduce new APIs.
Full Changelog: 5.0.0...5.1.0