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 8578881
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T20:29:38+00:00 2026-06-11T20:29:38+00:00

Is it the norm for a query like: update A set TextField = ‘U’

  • 0

Is it the norm for a query like:

update A set TextField = 'U'

to take 2 minutes to execute on a table with 2M records? The table has no PK, no indexes, but I’m not using where either.

  • 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-06-11T20:29:39+00:00Added an answer on June 11, 2026 at 8:29 pm

    2M records updated in 2 minutes, that’s around 16k updates per second, which IMO is quite decent.

    Most DBMS won’t just return when they committed the write operation to cache, but wait until the OS confirms that the write operation was in fact carried out. That feature is quite important to ensure data integrity, which you’ll agree with me is a critical quality of a db server. In contrast, select statement can often be served from cache.

    By the way, you may find this presentation by Bruce Momjian interesting, it explains nicely what to think about when you select a DB server. It’s PostgreSQL centric, but what he explains is valid for all makes of database servers.

    EDIT: and another interesting source of info is this presentation by Microsoft’s Bob Dorr – which among other interesting things states that 98% of IO in SQLServer is async.

    Wrt your observation that updating a column that already contains a value vs one that was set to null, this SO article may contain useful info – the data type you used for your TextField column probably has a significant influence.

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

Sidebar

Related Questions

I have a hashmap like so: results[tweet_id] = {score : float(dot(query,doc) / (norm(query) *
I want to run command like this: vim -c %g/blablabla/norm /str<ESC>cwSTR file How I
I have a 2D matrix and I want to take norm of each row.
I have a table in my database formatted like this: customer old_code new_code C1
I saw this Q&A MongoDB Norm query nested objects , but it seems to
Playing around with MongoDB and NoRM in .NET. Thing that confused me - there
I normalize a vector V in MATLAB as following: normalized_V = V/norm(V); however, is
i imported a lot of existing values into my mongodb via the norm driver
What's the norm / best practices for saving/retrieving application settings in a EJB3 app?
Does anyone know of an alternative for scipy.stats.norm.pdf()? I'm hosting my python site on

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.