Open Trippik opened 1 year ago
Looking into moving to MariaDB for the underlying DB and implementing query caching to improve frontend performance with multiple users (https://mariadb.com/kb/en/query-cache/)
Run into compatibility issues with SciPy (a required dependency) and PyPy (https://github.com/scipy/scipy/issues/16737). Will investigate cpython as an alternative
This along with the auto-refresh could be implemented via using javascript in the frontend, to offload some processing to client machines
Multithreading could help improve system performance for data_collection here to allow simultaneous log pulls from all clients, here to allow simultaneous processing of all traffic log messages)
Investigate using PyPy for data collection for improved performance, and integration of DB caching