influxdb/influxdb3
Michael Gattozzi d2fbd65a44
feat: Deny extra tags on write APIs (#25596)
This commit does three important major changes:

1. We will deny writes to the v1, v2, and v3 write apis that add new tags in
   subsequent writes after the first write
2. We make every table have a series key by default now
3. We enfore sorting order by the series key which is the order the keys came in

With these changes we have consistentcy across the various write apis and can
make optimizations and future features with the assumption we have a series key.

Closes #25585
2024-12-03 12:10:26 -05:00
..
src feat: sys events store added (#25603) 2024-12-02 10:55:37 +00:00
tests/server feat: Deny extra tags on write APIs (#25596) 2024-12-03 12:10:26 -05:00
Cargo.toml feat: sys events store added (#25603) 2024-12-02 10:55:37 +00:00