fuel-web/nailgun/nailgun/db
Dmitry Guryanov 052082bd71 add node_deployment_info table
Size of deployment_info field in tasks table grows as n**2
(depending on number of nodes). If we have 200 nodes, the
size of the structure is about 20Mb. In case of 600 nodes it
would be theoretically about 720Mb, in practice it doesn't fit
into 1Gb.

Good solution is to put common part to separate place. But it's
not so fast. Also it will not help if all nodes will be going to
be deployed with customized deployment info.

Change-Id: Id3154ab423b0863d9cc4952335293bf5fc30df38
Partial-Bug: #1596987
2016-07-08 14:08:06 +03:00
..
migration add node_deployment_info table 2016-07-08 14:08:06 +03:00
sqlalchemy add node_deployment_info table 2016-07-08 14:08:06 +03:00
__init__.py Remove NoCacheQuery 2016-01-05 12:57:14 +00:00
deadlock_detector.py Add functionality from NetworkManager to objects 2016-02-22 08:50:30 -08:00