Hi, I am trying to implement paging using cursors on a very big index.
I noticed I must index the unique ID with docValues=true otherwise the memory will be loaded (I got OOM very quickly). I want to make sure that this attribute will not cause any problem elsewhere (indexing, stats etc.), especially because my index rate is very high (~20,000 per second) and my indexes are very big (~80 GB) Thanks, Bracha