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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T13:37:20+00:00 2026-06-03T13:37:20+00:00

I have made a table in collation utf8_general_ci . CREATE TABLE `general` ( `one`

  • 0

I have made a table in collation utf8_general_ci .

CREATE TABLE `general` (
`one` varchar( 250 ) NOT NULL ,
`two` varchar( 250 ) NOT NULL ,
`time` varchar( 250 ) NOT NULL,); 

and entered 1000 records in it.

insert into general values('ankit','hamitte','13364783'),('john','will','13364783');

Now when i am selecting the records and sorting them then it takes a couple of second while when i use armscii_general_c1 it loads instantly.What is the main reason for this and which collation should be used by me

  • 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-03T13:37:22+00:00Added an answer on June 3, 2026 at 1:37 pm

    I’m guessing you have all three columns in a multi-column index?

    If so, then with utf8, they won’t fit. MySQL will have to scan rows. A MySQL index is limited to 767 bytes in InnoDB (1000 for MyISAM), and indexes are fixed width, so UTF8 indexes are three times the size of single byte encoded indexes.

    You’ll only fit one column into the index with UTF8.

    So, with the single-byte encoding, MySQL can utilize the index fully, whereas with the multi-byte encoding, MySQL cannot fully utilize the index.

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

Sidebar

Related Questions

I have made a dump of my database in which one table is pretty
I have made a table users with two fields: username and password. I have
I have made a table with two types of custom cells using interface builder:
I have a table which looks like this: CREATE TABLE `library_mix` ( `lib_mix_id` VARCHAR(64)
I have made a table row draggable with jQuery. It works as expected (mostly)
I have a trigger that stores changes made in a separate table when a
Hi I made this site a while ago in my table days but have
I have made a table as below. <div class=grid_top_button> <div class=left_top_curve> &nbsp;</div> <div class=right_top_curve>
I have made a table and contents some values, I have a button coding
I have made a leaderboard table on my site, which returns the users 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.