Inverted Index: Partioning/Sharding App

This commit is contained in:
x
2017-01-04 15:35:15 +01:00
parent a34d03879d
commit aa3f38989f

View File

@ -21,7 +21,7 @@
- twitter : https://twitter.com/powturbo - twitter : https://twitter.com/powturbo
- email : powturbo [_AT_] gmail [_DOT_] com - 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 _LARGEFILE64_SOURCE 1
#define _FILE_OFFSET_BITS 64 #define _FILE_OFFSET_BITS 64
#include <stdlib.h> #include <stdlib.h>