Slow hubbledotnet query speed

Source: Internet
Author: User

If the match or contains condition is not found in the query conditions, the query method of this statement is to directly query the database and then return data.

It is not about index optimization in SQL.

Only match and contains can be used for full-text indexing. Otherwise, all queries are performed in the database.

Full text uses inverted indexes, while non-full text uses B-tree indexes. Hubble does not create B-tree indexes, because the database has already done a good job and Hubble has not compared and done it again.
Therefore, if the full-text query is not performed, the query is performed on the database, but the corresponding indexes of the database must be optimized.
Inverted indexes cannot be queried.

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.