kytos-ng / telemetry_int

Kytos Telemetry Napp
MIT License
0 stars 2 forks source link

tuning: settings settings.BATCH_SIZE might need a larger default value #40

Open viniarck opened 10 months ago

viniarck commented 10 months ago

This is just a tuning reminder that settings.BATCH_SIZE is very conservative at the moment (50 flows every 0.5 secs), so depending on how many EVCs flows you have, let's say 1000, right now it'd take (1000 / 50 * 0.5) = 10 secs, which is OK, but this is reminder that this might need to be larger. This current value is following mef_eline last tuning, so it should perform the same, but telemetry_int also has bulk creation. This should be tuned with stress tests later on. This is a non-functional requirement

viniarck commented 10 months ago

Let's try to assess the default value based on AmLight's expected number of flows that they use in prod.