leoluk

Results 121 issues of leoluk

We currently default to 1 week and tell users to customize it using `alter table default.flows_raw modify ttl Date + toIntervalDay(20)`. https://github.com/monogon-dev/NetMeta/blob/2bab7d91da7c8fd97e8a414989f42c8b8dfd2b69/deploy/single-node/schema/0001_create_flows_raw.sql#L79 Now that we auto-reconcile, we should make this...

Much of the work done by Bazel during a clean NetMeta build is related to building protoc. Perhaps we can use buf's pure-Go protoc instead? Probably a performance win, too.

enhancement

-> embed https://github.com/bio-routing/bio-rd Slightly tricky - might be hard to do via dictionary lookup, better to have a separate Kafka topic for postprocessing.

enhancement

- Optimize for main dasboard queries. - Low-cardinality values first for easy filtering (verify that this does what we think it does). - Sequence Num for sampling, but how? It's...

clickhouse

The ClickHouse table TTL mechanism is very static - a delete_date is set whenever a part is created and won't be updated when the TTL is altered. We should use...

clickhouse