Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

[5.0] Online import #325

Open
kennytm opened this issue May 28, 2020 · 1 comment
Open

[5.0] Online import #325

kennytm opened this issue May 28, 2020 · 1 comment
Labels
5.0 request difficulty/3-hard Hard issue feature-request This issue is a feature request priority/P2 Medium priority issue
Milestone

Comments

@kennytm
Copy link
Collaborator

kennytm commented May 28, 2020

Description

Lightning currently requires the cluster to be offline and empty because

  1. SST import violates ACID
  2. Import mode trades space amplification for write speed
  3. Region-split works better on empty ranges
  4. Cluster performance is reduced.

We may support online import based on pingcap/br#87.

Category

  • Feature
  • Performance

Value

Value description

This is needed for data-hub and data middle platform cases. A lot of cases, users have not only real-time data but also third party data, to import and analyze together with transactional data. This might as well be merged together with batch scenario and speed them up all together.

Value score

  • (TBD) / 5

Workload estimation

  • 30 person-day

Time

GanttStart: YYYY-MM-DD
GanttDue: YYYY-MM-DD

@kennytm kennytm added feature-request This issue is a feature request priority/P2 Medium priority issue difficulty/3-hard Hard issue 5.0 request labels May 28, 2020
@scsldb scsldb added priority/P0 Top priority issue, must be solved immediately and removed priority/P2 Medium priority issue labels Jun 12, 2020
@kennytm kennytm added this to the v5.0.0 milestone Jun 23, 2020
@IANTHEREAL
Copy link
Collaborator

discussed with @ilovesoup and after a collection of scenarios, there are no specific scenarios that require this feature, so we can lower our priority to P2 and prioritize it later when we encounter a specific scenario.

also /cc @kennytm @overvenus @scsldb

@IANTHEREAL IANTHEREAL added priority/P2 Medium priority issue and removed priority/P0 Top priority issue, must be solved immediately labels Jul 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
5.0 request difficulty/3-hard Hard issue feature-request This issue is a feature request priority/P2 Medium priority issue
Projects
None yet
Development

No branches or pull requests

3 participants