更改

大数据索引

添加144字节2017年5月8日 (一) 01:18
/* 反向索引(Inverted Index)的实现 */
反向索引在实际实现中,可以采用位图(Bitmap)与整数链表(Integer List)两种结构形式。
 
研究论文:
 
# Giuseppe Ottaviano, Nicola Tonellotto, Rossano Venturini, Optimal Space-Time Tradeoffs for Inverted Indexes, ACM WSDM 2015.
==反向索引(Inverted Index)的运算==
行政员管理员
6,105
个编辑