mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-30 20:00:36 +00:00
feat: one mutation at a time
This commit is contained in:
@@ -97,8 +97,8 @@ pub struct Mutation {
|
||||
pub(crate) struct WriteRequest {
|
||||
/// Region to write.
|
||||
pub region_id: RegionId,
|
||||
/// Mutations to the region.
|
||||
pub mutations: Vec<Mutation>,
|
||||
/// Mutation to the region.
|
||||
pub mutation: Mutation,
|
||||
}
|
||||
|
||||
/// Request sent to a worker
|
||||
|
||||
Reference in New Issue
Block a user