chenwardT / lol_stats2

Website to perform match aggregation and analysis for Riot Games' League of Legends.
2 stars 0 forks source link

Reevaluate database schema #4

Open chenwardT opened 8 years ago

chenwardT commented 8 years ago

Much of the database structure is based on Riot's API's DTOs.

Consider simplifying the schema and comparing benchmarks for various use-cases against the present layout.

One example of something that appears to serve little use is the ParticipantIdentity table, which connects matches (MatchDetail) with players (Summoner).

Do note that some (considerably large!) DTOs are not stored at the moment, such as Timeline data, which should be looked at before undertaking this.