Python Forum
My python code is running very slow on millions of records
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
My python code is running very slow on millions of records
#5
(Dec-27-2021, 11:18 PM)Larz60+ Wrote: I expect that you are paging memory.
How much memory do you have?
What paul18fr states about appending is true and should be avoided.
Do you need to have everything resident at the same time?

I use a very powerful PC RAM:24GB, HardDisk:250GB and i7 processor. Can you tell me what I need to use if the appending function is costly? Is there any way we can make a loop faster?
Reply


Messages In This Thread
RE: My python code is running very slow on millions of records - by shantanu97 - Dec-28-2021, 12:54 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  problem in running a code akbarza 7 744 Feb-14-2024, 02:57 PM
Last Post: snippsat
  writing and running code in vscode without saving it akbarza 1 437 Jan-11-2024, 02:59 PM
Last Post: deanhystad
  the order of running code in a decorator function akbarza 2 572 Nov-10-2023, 08:09 AM
Last Post: akbarza
  validate large json file with millions of records in batches herobpv 3 1,329 Dec-10-2022, 10:36 PM
Last Post: bowlofred
  How to retrieve records in a DataFrame (Python/Pandas) that contains leading or trail mmunozjr 3 1,812 Sep-05-2022, 11:56 AM
Last Post: Pedroski55
  Code running many times nad not just one? korenron 4 1,412 Jul-24-2022, 08:12 AM
Last Post: korenron
  Error while running code on VSC maiya 4 3,883 Jul-01-2022, 02:51 PM
Last Post: maiya
  code running for more than an hour now, yet didn't get any result, what should I do? aiden 2 1,560 Apr-06-2022, 03:41 PM
Last Post: Gribouillis
  Why is this Python code running twice? mcva 5 5,389 Feb-02-2022, 10:21 AM
Last Post: mcva
  Python keeps running the old version of the code quest 2 3,860 Jan-20-2022, 07:34 AM
Last Post: ThiefOfTime

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020