Skip to content

Conversation

kafka1991
Copy link
Collaborator

@kafka1991 kafka1991 commented Aug 15, 2025

This PR adds nanosecond support.

The client already exposed APIs that accepted both microseconds and nanosecond.
Before this change, the nanosecond APIs would convert to microseconds for the non-designated timestamp column. Now the nanosecond APIs pass the data through as-is.

This change is being introduced in conjunction with questdb/questdb#5685 which adds native nanosecond precision timestamps to the database.

@kafka1991 kafka1991 requested a review from amunra September 3, 2025 07:59
@amunra amunra added the tandem label Sep 12, 2025
@amunra amunra changed the title feat(nanos): column_ts pass timestamp value in nanoseconds instead of microseconds feat: nanosecond timestamp support Sep 30, 2025
@amunra amunra merged commit 8abdaf0 into main Sep 30, 2025
11 checks passed
@amunra amunra deleted the timestamp_nanos branch September 30, 2025 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants