3

I'm sending some data to QuestDB and I'm curious if two records incoming that have the same timestamp will cause an issue / conflicts. Not even duplicate values, but values from different devices with the same timestamp. Any there any unique key constraint on new records with this type?

Doncarleone512
  • 346
  • 1
  • 7

1 Answers1

2

As of writing, there is no unique key constraint on timestamps, for a table with a designated timestamp, the only requirement is that it must be equal to or greater than the most recent timestamp value on the table.

Brian Smith
  • 1,222
  • 7
  • 17