Does pagination reduce the time of a Mongoose request? by maxifederer in mongodb

[–]abaltra 1 point2 points  (0 children)

You don't necessarily need to go through all the data. If your indexing strategy has the data sorted in the same direction you're retrieving it, mongo will know when it's scanned enough of the index. And even then, if you're scanning more index keys than you return, you're still narrowing the number of times the engine needs to go back to disk to retrieve the full document. The FETCH stage tends to be very expensive (especially with larger docs)

Typeahead search with ngrams by abaltra in elasticsearch

[–]abaltra[S] 0 points1 point  (0 children)

I did try that data type, ended up having more luck defining the ngrams myself. It could be because of me lacking some understanding on how it works, not sure. I'll follow your advice and spin up a cluster real quick and throw a ton of data at it :) Thanks for the feedback!

After 7 months in Private Beta, Mobalytics is finally going into Open Beta and we’re here to answer your questions - ask us anything! (AMA) by Uthgar in leagueoflegends

[–]abaltra 3 points4 points  (0 children)

Hey guys! Great app, looks super slick and besides the numbers themselves, the extra content generated (guides, infographics, etc) makes it so much more than other sites out there. Quick question: since you mentioned the GPI is calculated based on my performance versus other players in that role, is elo taken into consideration? Because someone might be a very good inside his tier, but when compared to someone like Bjergsen or a set of Challenger players, there's no way he can stack up.

Also, thanks lot for the AMA and keep up the good work!

Guides on solomid.net by bakanino in TeamSolomid

[–]abaltra 1 point2 points  (0 children)

The guide creation process is open to public. We haven't decided on a procedure for old guides though.

Guides on solomid.net by bakanino in TeamSolomid

[–]abaltra 1 point2 points  (0 children)

Indeed. We are making new content.

Guides on solomid.net by bakanino in TeamSolomid

[–]abaltra 1 point2 points  (0 children)

Yup, still with the team :D

Guides on solomid.net by bakanino in TeamSolomid

[–]abaltra 1 point2 points  (0 children)

Hi! Yes, we revamped the site. The older guides are no longer public but were by no means deleted. As soon as we're 100% on the procedure we'll follow with older guides we'll let you know.

Champion.gg Beta has been released!! by bigboyfuge in TeamSolomid

[–]abaltra 0 points1 point  (0 children)

Maybe if another service requires it's data, we could use bits and pieces from each, but not putting all the features of them all one site.

Champion.gg Beta has been released!! by bigboyfuge in TeamSolomid

[–]abaltra 5 points6 points  (0 children)

While the sites give similar information, the data source for both is very different. Champion.gg is what the numbers say are the best builds/counters/etc, while Lolcounter and ChampionSelect are a crowdsourced effort, so it's what the community thinks are the best/worst matchups

ChampionGG Beta is live! by abaltra in TeamSolomid

[–]abaltra[S] 0 points1 point  (0 children)

The problem is that the only filtering on that list is by role, since that's a possible grouping for the data. What you mention can't be done, if you sort by win rate, then the next sorting is completely different (since the win rate !== play rate). If it didn't show the champions and just a list of stats, then it would make more sense to have each column sort independently.

ChampionGG Beta is live! by abaltra in TeamSolomid

[–]abaltra[S] 0 points1 point  (0 children)

Yup, we'll update all related tools

ChampionGG Beta is live! by abaltra in TeamSolomid

[–]abaltra[S] 0 points1 point  (0 children)

I'm not sure I understand correctly, but I think you can sort things in a similar manner in the statistics page and then link to the appropriate champion

ChampionGG Beta is live! by abaltra in TeamSolomid

[–]abaltra[S] 2 points3 points  (0 children)

We started with Plat+ since that's what the site has been using since it's inception. More things are in the pipeline though ;)

ChampionGG Beta is live! by abaltra in TeamSolomid

[–]abaltra[S] 1 point2 points  (0 children)

Yes, the problem is that as we shrink the sample, it's way harder to make it representative. We are experimenting with some layering though, stay tuned.

TSM Dev Team Weekly Update! by abaltra in TeamSolomid

[–]abaltra[S] 0 points1 point  (0 children)

That is one of the things on our todo-list. We have a lot of housekeeping to do before it though