decolector / input

Software desarrollado para el proyecto "Input" de Ana Maria Montenegro Jaramillo ( http://montenegrojaramillo.com )
MIT License
1 stars 1 forks source link

Pagination #2

Closed decolector closed 10 years ago

decolector commented 10 years ago

The client should pull the number of messages defined in and in the next query pull the next message batch, until all messages in db are downloaded, then start over again.

z3a commented 10 years ago

Commit 1f03d15e8b5c5f7f0f85ed87329c5039af69cedf implements a loop of queries to download all the documents from DB. Limit parameter is taken from configuration file.

z3a commented 10 years ago

This was implemented but it is unnecessary for the project. The final solution was only pull the last 100 docs from db