4paradigm / 4paradigm/OpenMLDB
duplicate `Put` code for inserting aggr_table
Open
enhancement
storage-engine
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 331
- Avg merge
- 12d 12h
- Merged PRs (30d)
- 1
Description
**Describe the feature you'd like**
Now `aggregator` uses the `Table::Put` API to put the data, and manually calls the `replicator` APIs to write to the log. Duplicate logics with the `Tablet::Put`.
We have to extract a common function to achieve the same objective.
Contributor guide
Assessment
This issue has not been assessed yet.