Inverted Index: Partioning/Sharding App
This commit is contained in:
2
idxseg.c
2
idxseg.c
@ -21,7 +21,7 @@
|
||||
- twitter : https://twitter.com/powturbo
|
||||
- email : powturbo [_AT_] gmail [_DOT_] com
|
||||
**/
|
||||
// idxseg.c - Inverted Index - Create partitions from DocId file for prallel query evaluation
|
||||
// idxseg.c - Inverted Index - Create partitions from DocId file for prallel query evaluation
|
||||
#define _LARGEFILE64_SOURCE 1
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
#include <stdlib.h>
|
||||
|
Reference in New Issue
Block a user