The resource difference between fuzzy Search and index Search in ASP

Source: Internet
Author: User
Tags sql query resource

Through ASP programming, we can easily see two kinds of search query way, as follows:

sql= "SELECT id from B where id=" &id
sql= "SELECT ID from b where id like '%" &id& "%"

It can be said that the difference between the two kinds of query is very large, or to say and the big!


1. Querying directly by ID may not take time
2. Fuzzy query based on the content of the field and the amount of the database to determine the efficiency is very low
For example, by ID fuzzy query if it is 1 then ID all of the containing 1 are listed 1 10 11 12 13 .... 21st...

Usually by the title or content fuzzy query not by ID fuzzy query special content is a lot of! Fuzzy query is very resource-intensive! Use caution Otherwise the server CPU will go up. Large forums Of course there are specialized search optimization, such as search for a certain period of time is not all also possible to establish a full text search, etc., but still have to do the restrictions, otherwise the server can not afford to be disastrous



Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.