Logo icon
    • Contents
    • Quick start
    • Concepts
    • For DevOps
    • For Developers
      • Getting started
      • Streaming queries
      • YQL tutorial
      • Example applications
      • Primary keys
      • Secondary indexes
      • Vector indexes
      • Vector index type vector_kmeans_tree
      • Query execution optimization
        • Using query plans for query optimization
        • Optimizer hints
      • Batch upload
      • Paging
      • Timeouts
      • System views
      • Change Data Capture
      • Terraform
      • Custom attributes
    • For Analysts
    • For Security Engineers
    • For Contributors
    • Reference
    • Recipes
    • Troubleshooting
    • Questions and answers
    • Downloads
    1. For Developers
    2. Query execution optimization

    Query execution optimization

    Materials on analyzing and tuning query execution:

    • Using query plans for query optimization — logical and execution plans, finding bottlenecks.
    • Optimizer hints — influencing the cost-based optimizer via the PRAGMA ydb.OptimizerHints pragma.

    Was the article helpful?

    Previous
    Vector index type vector_kmeans_tree
    Next
    Using query plans for query optimization