influxdb/generated_types
Marco Neumann 9c80d32af5 refactor: use normal google timestamps in parquet metadata again
We changed from Google timestamp (which use variable-sized integers) to
our own fixed-sized integer timestamps so that the size of the parquet
metadata does not depend on the timestamp. However with the introduction
of compression this is the case anyways (since slightly different
timestamps lead to different compression results) and we need now
derministic timestamps for tests. So there is now point in using our own
timestamp type. Switching back to the variable-sized type also shrinks
the post-compression results a bit.
2021-09-20 09:34:03 +02:00
..
protos refactor: use normal google timestamps in parquet metadata again 2021-09-20 09:34:03 +02:00
src refactor: Change DeletedDatabase to DetailedDatabase 2021-09-17 15:27:22 -04:00
.gitignore feat: Check in generated WAL flatbuffers code 2021-03-22 09:38:59 -04:00
Cargo.toml feat: add pbjson support (#2468) 2021-09-16 07:33:27 +00:00
build.rs fix: use btree map for some protobuf messages for deterministic outputs 2021-09-20 09:33:18 +02:00