Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3272960
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T18:52:54+00:00 2026-05-17T18:52:54+00:00

I will be writing a little Python script tomorrow, to retrieve all the data

  • 0

I will be writing a little Python script tomorrow, to retrieve all the data from an old MS Access database into a CSV file first, and then after some data cleansing, munging etc, I will import the data into a mySQL database on Linux.

I intend to use pyodbc to make a connection to the MS Access db. I will be running the initial script in a Windows environment.

The db has IIRC well over half a million rows of data. My questions are:

  1. Is the number of records a cause for concern? (i.e. Will I hit some limits)?
  2. Is there a better file format for the transitory data (instead of CSV)?

I chose CSv because it is quite simple and straightforward (and I am a Python newbie) – but
I would like to hear from someone who may have done something similar before.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T18:52:54+00:00Added an answer on May 17, 2026 at 6:52 pm

    Memory usage for csvfile.reader and csvfile.writer isn’t proportional to the number of records, as long as you iterate correctly and don’t try to load the whole file into memory. That’s one reason the iterator protocol exists. Similarly, csvfile.writer writes directly to disk; it’s not limited by available memory. You can process any number of records with these without memory limitations.

    For simple data structures, CSV is fine. It’s much easier to get fast, incremental access to CSV than more complicated formats like XML (tip: pulldom is painfully slow).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I amm writing a little python script that will grab information from VMs of
I'm writing a perl script that will access a MySQL database to determine whether
I wrote a python script to process some data from CSV files. The script
I'm writing a script in Python that will spit out some data organized as
I'm writing a little python script to help me automate the creation of mysql
I am writing this little python program that will get new posts on the
I'm writing a little language into which I will incorporate XML literals in this
I'm currently writing a little drawing application that needs to access pixel data for
I'm writing a little developer tool which will (among other things) display exceptions thrown
Ok guys so a little background... I'm writing a small application that will assign

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.