Yingwen

Results 161 comments of Yingwen

Do we need to support database level compaction options? @v0y4g3r

Thanks for your report! I guess this is related to https://github.com/tikv/pprof-rs/issues/232

> We should consider using the upstream implementation directly and improving it together with community. Sure, we used to have trouble with sharing the same registry between `PrometheusLayer`s because they...

Blocked by https://github.com/apache/opendal/issues/4854 and https://github.com/tikv/rust-prometheus/issues/495

https://docs.rs/futures/latest/futures/stream/trait.StreamExt.html#method.forward Then we can use forward to send contents to the sink.

We may also remove the `DateTimeType` and `DateTimeVector`. So actually we should remove the whole `DateTime` data type from the database.

> But there is a problem here. When the FileTimeRange of sst is in the range, it can be accumulated directly, but what should be done when the FileTimeRange intersects...

It's not easy to remove an existing column from or add an existing column to the primary key because the order of rows will change. We also assume all rows...

The metric engine requires this to ensure the logical table and the physical table have the same column order and the datanode can create the same column id for the...