Is there a frequency with which the daily_user_summary.txt and daily_team_summary.txt files update? Or is the file created in real time with the latest statistics whenever someone downloads it?
I am rebuilding my stats page and I'm rethinking how often I should pull the data. Over the years I have pulled it at various frequencies and am wondering how frequently I should pull the data these days.
How often do the team_summary and user_summary files update?
Moderators: Site Moderators, FAHC Science Team
-
- Site Admin
- Posts: 8157
- Joined: Tue Apr 21, 2009 4:41 pm
- Hardware configuration: Mac Studio M1 Max 32 GB smp6
Mac Hack i7-7700K 48 GB smp4 - Location: W. MA
Re: How often do the team_summary and user_summary files upd
The last I heard was every 3 hours. At one time it was at once an hour, but there were problems with loads on the stats server.
Re: How often do the team_summary and user_summary files upd
Please be sure to pull the data from the flatfiles developed specifically for code like yours. A database search is VERY expensive.
Posting FAH's log:
How to provide enough info to get helpful support.
How to provide enough info to get helpful support.
Re: How often do the team_summary and user_summary files upd
I am pulling the flat files once every three hours and ingesting those flat files into a database and performing queries against that database if that's what you mean.bruce wrote:Please be sure to pull the data from the flatfiles developed specifically for code like yours. A database search is VERY expensive.
Re: How often do the team_summary and user_summary files upd
Yes. That's exactly what I mean.
Posting FAH's log:
How to provide enough info to get helpful support.
How to provide enough info to get helpful support.