fuel-stats/collector
Alexander Kislitsky 820770807f DB fields added to action_logs for SQL speedup
On the 1M number of rows in the table JSON index begins to
work too slow. We are copy action_name and action_type values
from action_logs.body to separate indexed columns in the
action_logs table.

Redundant JSON serialization/deserealization on the python
level is removed by changing column 'structure' type from
TEXT to JSON in the InstallationStrurcure model. We already
had JSON data in 'structure' in the DB, thus only SQLAlchemy
model is changed.

Change-Id: I415f4fe607f44ac670f63f961af7fb4998f75dd6
Closes-Bug: #1540289
2016-02-05 15:32:10 +03:00
..
collector DB fields added to action_logs for SQL speedup 2016-02-05 15:32:10 +03:00
uwsgi Fix for external configs for uwsgi process 2014-12-03 19:43:08 +03:00
MANIFEST.in Added db migrations to MANIFEST.in 2015-02-06 10:07:34 +00:00
manage_collector.py Fix for action_logs migration 2014-12-01 12:54:07 +03:00
requirements.txt Installation info filtering rules added to collector 2015-05-21 11:45:54 +03:00
setup.py Json schemas added into collector python package 2014-11-25 19:07:40 +04:00
test-requirements.txt Versions of required packages are freezed 2014-09-29 16:37:21 +04:00
tox.ini Tox and setup.py added 2014-09-29 14:54:56 +04:00