GEOZ

Entity

分块合并top-k

StreamIndex中的关键算法:将输入分块,在每个块内计算局部top-k,然后合并所有块的top-k结果,无需全局排序即可得到最终top-k。

相关文章