slamby / slamby-insight

Cross-platform (electron based) integrated data management tool, dedicated for data-scientists and managers. Quick real-time data access, data-analysis and data-processing.
https://www.slamby.com/insight
Apache License 2.0
1 stars 0 forks source link

Remove tags process runs in the background even closing it. #41

Open petermezei opened 7 years ago

petermezei commented 7 years ago

I tried a test using the demo server. Uploaded 8000 tags, selected all and clicked the Delete button.

Delete process started, but it was very very slow. I clicked Close, but the process continues in the background. Resources tab shows that the CPU usage is still up to 100 %, that can validate the the delete process runs in the background.

Once we close a process it should be stopped.

Interesting question what happens when we stop a tag delete process. Will the tagslist still consistent? Or Should we limit the tags remove process for a maximum tag number? Or check the consistency?

Or should we build-in a remove all tags function?

image

attilalaszlo commented 7 years ago

So what is the main goal? Fast tag deletion (API feature) or stoppable tag deletion (insight feature)?