pingcap/tiflow

Filter out the range of index before the index is visible

開放

#634 建立於 2020年6月9日

 (0 則留言) (1 個反應) (0 位負責人)Go (310 個分叉)auto 404
help wanted

倉庫指標

星標
 (461 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Feature Request

Is your feature request related to a problem? Please describe:

The process of add index is firstly writing index for existed rows and then make the index visible. For now, we subscribe to all regions in the range of table. Thus all operations for writing index for existed rows will be sent to ticdc from tikv as key/value operations, which are duplicated with add index in downstream.

Describe the feature you'd like:

If we do not subscribe to the range of an invisible index, then unnecessary data flow during adding an index can be avoided.

貢獻者指南