After playing nearly 1600 games on this site I have decided to try to create a local db for them. I know, I should have done it sooner. Anyway I joined less than 999 days ago so theoretically I can have all my games mailed to me, 100 at a time. I have been working on this for a couple days and I am still missing about 500 games.
The email games option allows you to get the games where the last move was made within X days. When I use 999 I get my first 100 games completed. Perfect. Decreasing that number provides a different set of 100 always in natural database order. I get duplicates which is easy to resolve but I am also missing games. I think I am missing games that were completed in a short abount of time. I think I am getting the logic wrong. So the question is this....
If I can request games where the last move was made within the last X days how can I systematically select a decreased number of days based on the completion dates of the previous set of 100 and not miss any games ?
Any ideas ?
Originally posted by RookGrabberIts a crappy system, and it needs to be revised.
After playing nearly 1600 games on this site I have decided to try to create a local db for them. I know, I should have done it sooner. Anyway I joined less than 999 days ago so theoretically I can have all my games mailed to me, 100 at a time. I have been working on this for a couple days and I am still missing about 500 games.
The email games opt ...[text shortened]... based on the completion dates of the previous set of 100 and not miss any games ?
Any ideas ?
You should be able to specify the start date and end date of the 100 days. It is set up the way it is so that the server doesn't get hit, but it probably hurts the server more with people trying to get the right subsets of games.
Dunno if this helps, but find the most recent game in the first set of games you got. Say, if that game ended 600 days ago, then use 601 as your "last move date". Then with that batch of games, find the most recent and repeat. Let me know if it works.
D
Originally posted by RagnorakThat's exactly what I did, over and over. There are some great Date Calculators out there to help with the calendar math. =) I got lots of duplicates and deleted them. I am still about 400 games short. I will keep trying and if I come up with the answer I will post it.
Its a crappy system, and it needs to be revised.
You should be able to specify the start date and end date of the 100 days. It is set up the way it is so that the server doesn't get hit, but it probably hurts the server more with people trying to get the right subsets of games.
Dunno if this helps, but find the most recent game in the first set of ga ...[text shortened]... hen with that batch of games, find the most recent and repeat. Let me know if it works.
D
I am glad you didn't post how easy it was and some simple thing I was missing. =)
Thanks.