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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T20:24:51+00:00 2026-05-16T20:24:51+00:00

I was wondering whether the instant search using jQuery would cause a massive load

  • 0

I was wondering whether the instant search using jQuery would cause a massive load on a database (MySQL). I know there are a lot of factors to consider, but for argument’s sake let’s say you have 30,000 records to flick through?

  • 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-16T20:24:51+00:00Added an answer on May 16, 2026 at 8:24 pm

    Indexing

    Indexing helps, but indexing also slows down INSERT/UPDATE/DELETE statements…

    MySQL also limits the amount of space you can use to index columns in a table, and it depends on the engine type:

    • MyISAM: 1000 bytes
    • InnoDB: 767 bytes

    Data types

    Choose the right data type for the job.
    Not long ago, I noticed that a question on SO was listing TEXT as the data type but only using ~100 characters. They reported back to say they saw the query time decrease to a third tenth of the original when they changed the data type to VARCHAR.

    Optimal Query

    Be aware that wildcarding the left side of a LIKE expression renders an index on the column useless. If you need that sort of search, look at leveraging Full Text Search (FTS) using either MySQL’s native MATCH .. AGAINST syntax or 3rd party support like Sphinx. It’s hard to offer more insight without seeing a query.

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

Sidebar

Related Questions

I was wondering whether there's any advantages to using a static member function when
I was wondering whether there is any associated performance problems with using only one
Was wondering whether anyone would know why do we use the parentheses in this
I was wondering whether using POSIX.pm would make my Perl code less cross platform.
I was wondering whether there was any way to load additional files during the
I'm wondering whether or not there are any restrictions during HBase minor/major compactions .
I am wondering whether there is a vi like editor under windows command line?
Wondering whether there is an efficient way to add an item to Java's ArrayList
I am wondering whether there is any way to achieve partial JSP rendering in
Im justing wondering whether there is a way in Xcode obj-c to get all

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.