Python Forum
Working with large volume of data (RAM is not enough)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Working with large volume of data (RAM is not enough)
#7
woooee.

It is true that databases will ease access after creation. The time of loading say 20 billion records is however usually is prohibitive, especially if the data is volatile. My background is telecommunications, and huge files are coming in and out steadily, never stopping. The only way to process data of this type is serially, and requires special handling. Typically these files are captured at set intervals, sort of like putting a pitcher under a waterfall. fill the pitcher, process the data, get another pitcher, in a never ending chain.

So a relational database sounds like a great idea, but only works where the volume is small enough to process it in a set amount of time.
Reply


Messages In This Thread
RE: Working with large volume of data (RAM is not enough) - by Larz60+ - Oct-21-2018, 09:24 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  mute spotify by the mixer of volume garze23 0 389 Feb-27-2024, 05:42 PM
Last Post: garze23
  Looping Through Large Data Sets JoeDainton123 10 4,682 Oct-18-2020, 02:58 PM
Last Post: buran
  Extract data from large string pzig98 1 2,235 Jul-20-2020, 12:39 AM
Last Post: Larz60+
  Create a 3D volume with some properties. Rosendo 0 1,519 Jul-18-2020, 08:20 PM
Last Post: Rosendo
  Moving large amount of data between MySql and Sql Server using Python ste80adr 4 3,628 Apr-24-2020, 01:24 PM
Last Post: Jeff900
  alternative to nested loops for large data set JonnyEnglish 2 2,732 Feb-19-2020, 11:26 PM
Last Post: JonnyEnglish
  Working with CSV data and iterating through a file skoobi 1 1,646 Aug-13-2019, 03:28 PM
Last Post: Gribouillis
  Windows Volume Control using python Arun 1 4,902 May-17-2019, 02:50 PM
Last Post: Larz60+
  how to load large data into dataframe. sandy 0 2,732 Feb-01-2019, 06:19 PM
Last Post: sandy
  Avoid output buffering when redirecting large data (40KB) to another process Ramphic 3 3,624 Mar-10-2018, 04:49 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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