-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
Execution Team 2025-01-06
-
200
Now that no clients will share the same WriteBatch to insert time-series measurements, we should be able to remove the flag which was used to serialize operations on the same batch.
Ordered inserts also use it to deduplicate batches for the final commit in a confusing way. We should switch to a different approach when removing it.