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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T11:55:52+00:00 2026-06-04T11:55:52+00:00

I need to store 150 different tiny integer values (range from 0 to 7)

  • 0

I need to store 150 different tiny integer values (range from 0 to 7) into a MySQL database table row. All of those would be read and written to together every time there’s an SELECT, INSERT or UPDATE. The table would mostly be updated, there would be 1 insert, and then about 1000 updates on the row. DELETES and SELECTS would happen really rarely, if ever.

Performance wise, is it better to use 150 tinyint columns, or a varchar(300)?

My main concern it the time it takes MySQL to process 150 column definitions when result set is prepared vs double-size that would require double RAM if cached. I expect to have hundreds of thousands of rows, so each bit of performance counts.

  • 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-04T11:55:53+00:00Added an answer on June 4, 2026 at 11:55 am

    I’d store them in a BINARY column, one per byte. The dataset should easily fit in memory, 150b*500k = 75Mb. I don’t think the overhead of postprocessing a byte array would be more than the db overhead of working with the columns for queries and selects. INSERTs and UPDATEs will take parsing time from the DB, along with being ugly to construct. The difference is probably in the millisecond range though, so I’d do what makes sense for decoding on your application end.

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

Sidebar

Related Questions

I need to store a series of configuration values in a database. A couple
I need to store a lot of data coming in from a server into
I have id values for products that I need store. Right now they are
I have large amounts of scientific data that I need to store (150 TB+
I need store multiple currencies on my database... Here's the problem: Example Tables: [
I need to store a value with Null which is passed from a parameterized
i have about 140 - 150 stored procedures that I need to migrate from
We are using a mysql database w/ about 150,000 records (names) total. Our searches
I need report from multi table I use this query (SQL Server) Select CASE
I need to set up a CheckboxGroup checkboxes with values loaded with json from

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.