TheOnlineJudge / ojudge

OJudge Platform
GNU General Public License v3.0
280 stars 30 forks source link

Create submissions datastore #96

Open enjolras opened 4 years ago

enjolras commented 4 years ago

The most revelant submission data must be kept in memory, so it can be used for statistics and to avoid unnecesary queries to the DB. It is necessary to design a format that doesn't use too many bytes per submissions, as numbers could grow very quickly.