starrocks
starrocks copied to clipboard
Clone persistent index to avoid rebuilding persistent index
Enhancement
We don't copy persistent index when doing clone primary key tablet and we need to rebuild the persistent index according to the rowset data. This may use a lot of memory and cause OOM when the tablet data is very large.
We can copy persistent index to avoiding rebuilding persistent index.