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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T03:50:47+00:00 2026-06-16T03:50:47+00:00

I am updating a row in MySQL which currently has 15 varchar(2500) columns plus

  • 0

I am updating a row in MySQL which currently has 15 varchar(2500) columns plus a few other small sized columns. I need to allow the user to enter more data in these columns, would it be better to convert them to BLOBS? Is there a maximum recommended number of BLOBS per row?

What is best practice with regards to not exceeding the maximum number of bytes per row whilst still allowing the user flexibility with regards to how much they enter in each column?

Many thanks.

  • 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-16T03:50:48+00:00Added an answer on June 16, 2026 at 3:50 am

    No, there’s no maximum recommended number of BLOBS on a row. You are really only limited by the maximum size of the row. There is some performance overhead for accessing each BLOB (the row contains a pointer to the BLOB data which is stored elsewhere, vs. accessing a column value actually stored within the row.)

    The best practice is to include the most frequently accessed columns within the row, and limit the size of variable length columns to practical limits. Consider TEXT and/or BLOB columns when the size of the column exceeds the maximum allowed by other datatypes, or when the length of the row exceeds the maximum allowed. Alternatively, consider separate child table(s) for less frequently accessed “long-ish” columns.

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

Sidebar

Related Questions

I need some advice regarding updating a large number of records in a MySql
I need help in writing queries which will update MySql tables from SQL server.
I have a mysql table, each row of which can have an arbitrary number
We're having mysterious network problems with MySQL. Simple update query (updating single row using
Using Vb.net/SQL Server 2000 updating a row via a gridview/sqldatasource Stored proc: @ISTag varchar(10),
I'm having some trouble updating a row in a MySQL database. Here is the
I want to update 4 Columns in a particular row in MySQL using C#
I have mutliple workers SELECTing and UPDATing row. id status 10 new 11 new
When updating a row, I want to have a built-in check to do some
This code is only updating one row (the one that matches the first in

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.