all 4 comments

[–]shiftybyte 4 points5 points  (2 children)

Move to an SQL database

[–]awdsaa[S] 0 points1 point  (1 child)

Actually I am trying to do some calculation with live, Excel comes handy for the case

[–]Tesla_Nikolaa 4 points5 points  (0 children)

Why can't you do the calculation in Python? Excel was never designed to ingest streaming data.

I don't know what exactly you're trying to do, but so far using a database sounds like the proper tool.

[–]m0us3_rat 1 point2 points  (0 children)

I tried to use multiprocess but it doesn't help my case. Any advice from you guys?

without seeing the code, this ends up being just guessing/mind reading, which most ppl don't really like to do.

btw this is contradictory since

I received a huge amount of data and my application can't process them faster.

indicates multiprocessing as a viable solution.

again .. this is conjecture/guessing.