adaptive-learning / proso-apps

Django modules for an adaptive practice system (currently used by http://slepemapy.cz/ or https://anatom.cz/)
MIT License
2 stars 7 forks source link

table2csv consumes too much memory #127

Open papousek opened 8 years ago

papousek commented 8 years ago

table2csv (proso_common) dumps tables from database to csv to make them available for offline analysis. The command uses this function (https://github.com/adaptive-learning/proso-apps/blob/master/proso/db.py#L11) which should already handle the memory consumption. Unfortunately, it seems it doesn't work. See the attachment from www.slepemapy.cz (table2csv is executed by cron at 3:00)

memory-day