Skip to content

[Performance issue]: NEP is taking more than 31 minutes to write the data for single device into DB. #234

@Ziabatcha

Description

@Ziabatcha

Started NEP in preprod, sliding window as 250, sync period as 8 hrs. But only ~2500 devices are stored into DB which took ~6.5 hours.

Snippet:

[appserver@mwappserver2 ~]$ docker logs --since=24h netexplorerproxy_v1.1.0a_impl 2>&1 | grep -i "Dat
[11:31:07.898] INFO (1): Data fetching starts 8/13/2025, 11:31:07 AM
[19:31:07.902] INFO (1): Data fetching starts 8/13/2025, 7:31:07 PM
[03:31:07.901] INFO (1): Data fetching starts 8/14/2025, 3:31:07 AM
[appserver@mwappserver2 ~]$ date
Thu Aug 14 09:50:36 CEST 2025
curl -X POST "http://x.x.x.x:xxxx/v1/provide-list-of-devices-in-nep" -H "accept: application/json" -H "Authorization: ---------------------------" >& test1.txt
cat test1.txt | grep "mount-name" | wc -l
2337

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions