-
I’ve been looking into the current design of the
From the code, it seems like this behavior is expected, but I’d like to clarify the reasoning. My concerns/questions
Discussion points
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@minshao, as you pointed out, |
Beta Was this translation helpful? Give feedback.
@minshao, as you pointed out,
(cluster_id, time, count_index, value)
must be unique. I think the lack of such a restriction on the table might have been a mistake. Since duplicates wouldn’t be inserted unless the same raw data was clustered repeatedly—which virtually never happens—we might not have realized the mistake existed. I appreciate that you brought this up.