amazon-timestream-tools
amazon-timestream-tools copied to clipboard
row override
say 2 concurrent requests happen at the same time and each performs insert to timestream db. Each insert with identical:
- measure value
- measure name
- time (timestamp)
but with different dimension value. In this case timestream has no issues inserting these 2 rows.
Issue:
When performing batch insert, where some records share same time
, measure_value
, measure_name
but have different dimension
, it seems that only 1 unique row is inserted per given time
column.
Is this expected?