Python Forum
how to process 12 million record
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to process 12 million record
#4
If it should be a copy, then use the right tools. For MySQL/MariaDB mysqldump is used to export your data as plain text. Later the mysql command can be used to put the dumped data into the other database. Also the tables are created from the dump.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Messages In This Thread
how to process 12 million record - by pymach - Jul-30-2024, 09:56 PM
RE: how to process 12 million record - by Calab - Jul-31-2024, 06:27 PM
RE: how to process 12 million record - by Larz60+ - Aug-01-2024, 07:15 AM
RE: how to process 12 million record - by DeaD_EyE - Aug-01-2024, 07:28 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Last record in file doesn't write to newline gonksoup 3 1,505 Jan-22-2024, 12:56 PM
Last Post: deanhystad
  How do I stream and record at the same time with arducam? traderjoe 0 1,017 Oct-23-2023, 12:01 AM
Last Post: traderjoe
  Only getting last record saved...Why Milfredo 10 6,660 Sep-10-2020, 03:00 AM
Last Post: Milfredo
  how can we record a video file from our program output (moving object) Zhaleh 0 2,320 Aug-03-2020, 02:47 PM
Last Post: Zhaleh
  Get the record number of a dBASE dbf file DarkCoder2020 0 2,343 Jun-16-2020, 05:11 PM
Last Post: DarkCoder2020
  Compare 5 variables in a record with an excel sheet!! SEED 1 2,325 Apr-20-2020, 11:10 PM
Last Post: michael1789
  How to insert record into MySQL using Phython abhay_kala 1 2,781 Dec-06-2019, 04:34 PM
Last Post: abhay_kala
  How to sharing object between multiple process from main process using Pipe Subrata 1 4,425 Sep-03-2019, 09:49 PM
Last Post: woooee
  fastest way to record values between quotes paul18fr 5 4,225 Apr-15-2019, 01:51 PM
Last Post: snippsat
  I'm dividing large numbers of about 25 million digits I need to retain decimal format Pleiades 2 3,999 Apr-26-2018, 07:50 AM
Last Post: Pleiades

Forum Jump:

User Panel Messages

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