Statistics: Posted by rootbeer23 — 04 Oct 2014, 09:55
Statistics: Posted by Ze_PilOt — 03 Oct 2014, 10:09
Statistics: Posted by Ze_PilOt — 01 Oct 2014, 17:26
Statistics: Posted by Ze_PilOt — 01 Oct 2014, 16:19
Ze_PilOt wrote:
Yes and no.
ie. if you say "let take only the 3 last months", and search for rating 2000+ replays on theta, it's unlikely you will fill 100 replays (what is currently returned to the lobby).
So to allow to see more, you would need a "see more.." option in the lobby, and pagination support.
I hate to repeat myself, but it's really the core of the problem : the lobby needs works for display/query.
Statistics: Posted by Sheeo — 01 Oct 2014, 16:15
Sheeo wrote:
I'm not entirely convinced that a denormalized copy of all these stats is worth the overhead; my version of the query wouldn't be run directly, since we're only ever interested in a small subset of replays (Which is what the indexes help with).
Statistics: Posted by Ze_PilOt — 01 Oct 2014, 16:07
Statistics: Posted by Sheeo — 01 Oct 2014, 16:06
So if you want to give some time to the project, I would like you to work on the lobby interface for the replay vault, so it can handle complex query and pagination.
Also, you can spend time working on the DB, but it's very unlikely that your work will make it to the production server if it's unsupervised. It's not a trivial work.
It's even more true for something done in the free time of everyone involved.
If you refuse to work on what is necessary (determined by the project leader(s), don't except to have any kind of support from them.
Statistics: Posted by nine2 — 01 Oct 2014, 16:04
Statistics: Posted by Ze_PilOt — 01 Oct 2014, 15:59
Sheeo wrote:On my local database, selecting 540k rows is a slow process, much slower than 200 microseconds. Infact it is so on my fast server, as well.
Sheeo wrote:
EDIT: Discounting data send time, I get roughly the same.
Since we won't be sending all the data though, I think it's more relevant to time actual queries being executed. I thought data was being deleted from the replay_vault table too?
Statistics: Posted by Sheeo — 01 Oct 2014, 15:53
Statistics: Posted by Ze_PilOt — 01 Oct 2014, 15:50
Sheeo wrote:Ze_PilOt wrote:Using replay_vault table:
538,528 total, Query took 0.0002 sec
Can I see the query you used here?
Statistics: Posted by Sheeo — 01 Oct 2014, 15:41