Sotera / watchman

Watchman: An open-source social-media event-detection system
GNU General Public License v2.0
20 stars 7 forks source link

Better Loopy scrolling: scroll by _id #48

Closed lukewendling closed 7 years ago

lukewendling commented 7 years ago

replace 'time slice' (get_next_block) implementation with a more general-purpose, scrolling feature based on _id field sorting. this should make get_next_page calls in all services safe from mongo skip() problems.