View Single Post
Old 04-01-2024, 04:40 PM   #44
drummerJ99
Major Leagues
 
drummerJ99's Avatar
 
Join Date: Oct 2017
Location: I hate hackers!
Posts: 379
Quote:
Originally Posted by daigle91 View Post
I will implement an option for that in the config.txt file for version 0.5,

; single_team_output
; 0=off (default)
; 1=on

single_team_output=1


; teamID
; (0, 1, 2 ...etc.)

teamID=4



The converter's code is due for some optimization as well, which will definitely help.

If you have a sample large database I could test/benchmark (mine are typically small, with a few teams), that would be helpful for me to pinpoint any bottlenecks and improve overall performance. Would just need the following CSVs only,

league_data.csv
player_master.csv
team_data.csv
schedules.csv
player_skater_stats_rs.csv
boxscore_summary.csv
boxscore_skater_summary.csv
boxscore_goalie_summary.csv
boxscore_period_scoring_summary.csv
boxscore_period_penalties_summary.csv


e-mail: mrmikecrawford@rogers.com
Ran out of time to send those yesterday, so just sent them. My boxscore_skater_summary.csv is 67MB. Everything else is under 5MB.
drummerJ99 is offline   Reply With Quote