phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

PHOENIX-4925 Use a Variant Segment tree to organize Guide Post Info

Open binshi-bing opened this issue 6 years ago • 2 comments

@dbwong please review this early draft. Haven't completely sorted out local index and cross region boundary condition when generating scan. Still adding unit test and integration test and trying to pass the tests. Please focus on main logic, data structure, main algorithms and interfaces first. The main data structure change is in GuidePostsInfo for now.

binshi-bing avatar Apr 11 '19 06:04 binshi-bing

@BinShi-SecularBird can you fix the conflicts?

karanmehta93 avatar Apr 11 '19 06:04 karanmehta93

@dbwong , could you please review BaseResultIterators.getParallelScans()? All the required changes should be there now. BaseResultIterators.getRowKeyRanges() contains the logic of generating query key ranges for local index.

binshi-bing avatar Apr 23 '19 00:04 binshi-bing