Commit graph

2 commits

Author SHA1 Message Date
Simone Mainardi
2754c2dfa1 Stores integer interface ids into MySQL
Interface flows are now stored using integer interface ids rather
than interface names. This speeds up queries.
A migration code has also been introduced so that old MySQL table
format is migrated and old data does not get lost.

This also fixes #460
2016-03-25 19:58:00 +01:00
Simone Mainardi
b7d78b98ee Implements efficient MySQL data retrieval in json format
Retrieves MySQL records and converts the into json
2016-01-26 21:50:13 +01:00