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

  • SEARCH
  • Home
  • 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 618775
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T18:35:00+00:00 2026-05-13T18:35:00+00:00

I have a database in which I need to insert batches of data (around

  • 0

I have a database in which I need to insert batches of data (around 500k records at a time). I was testing with derby and was seeing insert times of about 10-15minutes for this many records (I was doing a batch insert in Java).

Does this time seem slow (working on your average laptop)? And are there approaches to speeding it up?

thanks,

Jeff

  • 1 1 Answer
  • 1 View
  • 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-13T18:35:01+00:00Added an answer on May 13, 2026 at 6:35 pm

    This time seems perfectly reasonable, and is in agreement with times I have observed. If you want it to go faster, you need use bulk insert options and disable safety features:

    • Use PreparedStatements and batches of 5,000 to 10,000 records unless it MUST be one transaction
    • Use bulk loading options in the DBMS
    • Disable integrity checks temporarily for insert
    • Disable indexes temporarily or delete indexes and re-create them post-insert
    • Disable transaction logging and re-enable afterward.

    EDIT: Database transactions are limited by disk I/O, and on laptops and most hard drives, the important number is seek time for the disk.

    Laptops tend to have rather slow disks, at 5400 rpm. At this speed, seek time is about 5 ms. If we assume one seek per record (an over-estimate in most cases), it would take 40 minutes (500000 * 5 ms) to insert all rows. Now, the use of caching mechanisms and sequencing mechanisms reduces this somewhat, but you can see where the problem comes from.

    I am (of course) vastly oversimplifying the problem, but you can see where I’m going with this; it’s unreasonable to expect databases to perform at the same speed as sequential bulk I/O. You’ve got to apply some sort of indexing to your record, and that takes time.

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

Sidebar

Related Questions

I have a database table in which I need to insert records. I'm using
I have a database for which I need to aggregate records into another smaller
I have a database which I regularly need to import large amounts of data
I have data in an SQL Server 2005 database which I need to copy
I have a java application from which I need to delete and insert data
We have this current database which we need to replace some tables by anther
I have requests in a database from which I need to extract the name
I have table which contains double values stored in mysql database ...I need to
I need to find the best way to insert or update data in database
need help from some gurus here, I have a database which I have moved

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.