tomjon / piSpecMon

Raspberry Pi scanner controller
GNU General Public License v2.0
1 stars 0 forks source link

Improve performance of data transfer #23

Closed tomjon closed 7 years ago

tomjon commented 7 years ago

It takes a long time (>5s) to transfer data for a relatively small number of sweeps (~400) from the server. It appears that Elasticsearch, in its current configuration, is the culprit. Replace with a custom binary file solution.

tomjon commented 7 years ago

#23 Improve performance of data transfer