fuel-stats/analytics/uwsgi
Alexander Kislitsky ebe8d4eb46 Memory consumption reduced in fuel-stats analytics
We had huge memory consumption on fetching OSWLs due to fetching
clusters data in each OSWL row.

Joined clusters data removed from each OSWL row. Explicit
fetching of version info from clusters is introduced to CSV
exporter.

We are using SQLAlchemy yield_per for fetching large query results.
Yeld_per page parameter reduced from 1000 to 100.

We still have issues with memory consumption in all
reports generation. Thus we are temporary removing link
on 'All reports' from web UI.

Example uWSGI configuration changed to start http service.

Change-Id: I66c97058c0f15f8a15b626ab1fa222106754a455
Partial-Bug: #1564427
2016-04-06 12:41:36 +03:00
..
analytics_example.yaml Memory consumption reduced in fuel-stats analytics 2016-04-06 12:41:36 +03:00