Lanqing Yang
Lanqing Yang
This is a follow up to d6da6c6 that allows raft leader to ignore checking match follower match index and sent its own commit index directly in heartbeat. CockroachDB version gating...
## What's Changed in this PR similar to https://github.com/GreptimeTeam/greptimedb/pull/4573 This pr adds examples to the backend field in metasrv config in the website *Describe the change in this PR* ##...
adding query parallelism limit in region server to protect datanode from query overload. I hereby agree to the terms of the [GreptimeDB CLA](https://github.com/GreptimeTeam/.github/blob/main/CLA.md). ## Refer to a related PR or...
### What type of enhancement is this? API improvement ### What does the enhancement do? Mito Engine spawns regional worker to handle request in another [thread](https://github.com/GreptimeTeam/greptimedb/blob/main/src/mito2/src/worker.rs#L401) with a loop. The...
Related to https://github.com/lancedb/lance/issues/3444 Removed unused kwargs parameter in [LanceDataset.take](https://github.com/lancedb/lance/blob/main/python/python/lance/dataset.py#L791)