Yingwen
Yingwen
### What type of enhancement is this? User experience, Performance ### What does the enhancement do? Currently, the region scan plan only exposes a limited number of metrics in `EXPLAIN...
### What type of enhancement is this? Performance, Refactor ### What does the enhancement do? A region partitions data by time ranges. The region can scan data by time range...
### What type of bug is this? Incorrect result ### What subsystems are affected? Standalone mode ### Minimal reproduce step Builds and starts the database in standalone mode Executes the...
### What type of enhancement is this? Tech debt reduction, API improvement ### What does the enhancement do? Currently, the time index column name for influx handler is `ts`. https://github.com/GreptimeTeam/greptimedb/blob/5b6279f191f44f3460583f03a39e9265fa1c7047/src/servers/src/influxdb.rs#L25-L28...
### What type of bug is this? Other ### What subsystems are affected? Other ### Minimal reproduce step Run the CI ### What did you expect to see? Fuzz Test...
GreptimeDB changed the default data directory. This PR updates the Docker command to maintain consistency with the official README guide. Reference: https://github.com/GreptimeTeam/greptimedb?tab=readme-ov-file#3-docker-local-quickstart Related PRs: - https://github.com/emqx/emqx-docs/pull/2964
## What's Changed in this PR Closes https://github.com/GreptimeTeam/docs/issues/2205 This PR adds documents for the `flat` SST format. ## Checklist - [ ] Please confirm that all corresponding versions of the...
### What type of enhancement is this? User experience ### What does the enhancement do? The command line arguments `store_addrs` may contain sensitive information. One of the cmd struct: https://github.com/GreptimeTeam/greptimedb/blob/6f86a22e6fc22e0271b62679d6454b859a116519/src/cmd/src/metasrv.rs#L151-L152...
### What problem does the new feature solve? In https://github.com/GreptimeTeam/greptimedb/issues/5803, we need a memtable that supports bulk ingestion and primary keys. In https://github.com/GreptimeTeam/greptimedb/issues/6078, we also need a memtable that can...
### What type of enhancement is this? User experience ### What does the enhancement do? Sometimes we may want to find out the reason for a non-200 HTTP response and...