EXECUTION PLAN - 한국어로 번역

[ˌeksi'kjuːʃn plæn]
[ˌeksi'kjuːʃn plæn]
실행 계획
execution plan
implementation plan
action plan
execution plan
the execution plan
실행계획
execution plan
implementation plan
action plan

영어에서 Execution plan 을 사용하는 예와 한국어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
The project execution plan(PEP) is the governing document that establishes the means to execute,
프로젝트 실행 계획 (PEP)은 프로젝트를 실행, 모니터링 및 제어 하는
SQL Server detects the changes that invalidate an execution plan and marks the plan as not valid.
SQL ServerSQL Server는 이렇게 실행 계획을 무효화하고 계획을 유효하지 않도록 만드는 변경 사항을 감지합니다. detects the changes that invalidate an execution plan and marks the plan as not valid.
Or, simply click[Execution Plan of Current SQL] on the Toolbar or press F7.
또는 실행 도구 모음 [현재 SQL 실행 계획] 버튼을 클릭하거나 F7를 누릅니다.
The value of a local variable is not known when the Query Optimizer creates the query execution plan.
쿼리 최적화 프로그램에서 쿼리 실행 계획을 만들 때 지역 변수 값은 알 수 없습니다. The value of a local variable is not known when the Query Optimizer creates the query execution plan.
Easy deployment and configuration Intuitive query editor Cluster monitoring Overview of SQL execution Administer Hadoop tables Graphical query execution plan.
쉬운 배치와 구성 직관적인 쿼리 편집기 클러스터 모니터링 SQL 실행 개요 Hadoop 테이블 관리 그래픽 쿼리 실행 계획.
For these queries, SQL Server inserts exchange operators into the query execution plan to prepare the query for parallel execution..
이러한 쿼리에 대해 SQL ServerSQL Server는 쿼리 실행 계획에 교환 연산자를 삽입하여 병렬 실행할 쿼리를 준비합니다. For these queries, SQL ServerSQL Server inserts exchange operators into the query execution plan to prepare the query for parallel execution..
The SQL Server Database Engine re-examines the optimal number of worker thread decisions every time an execution plan is retrieved from the plan cache.
SQL Server 데이터베이스 엔진SQL Server Database Engine은 계획 캐시에서 실행 계획을 가져올 때마다 최적의 작업자 스레드 수를 다시 검사합니다. The SQL Server 데이터베이스 엔진SQL Server Database Engine re-examines the optimal number of worker thread decisions every time an execution plan is retrieved from the plan cache.
For more information, see Parameters and Execution Plan Reuse.
자세한 내용은 실행 계획 캐싱 및 재사용 하 고 매개 변수 및 실행 계획 재사용합니다.
Graphical Showplan Displays the logical steps built into the execution plan of a Transact-SQL statement.
그래픽 실행 계획Graphical Showplan Transact-SQLTransact-SQL 문의 실행 계획에 따라 제공되는 논리 단계를 표시합니다. Displays the logical steps built into the execution plan of a Transact-SQLTransact-SQL statement.
Each possible execution plan has an associated cost in terms of the amount of computing resources used.
가능한 각 실행 계획은 사용되는 컴퓨팅 리소스의 양과 관련하여 비용을 추산합니다. Each possible execution plan has an associated cost in terms of the amount of computing resources used.
The execution plan for stored procedures and triggers is executed separately from the execution plan for the batch calling the stored procedure or firing the trigger.
저장 프로시저나 트리거의 실행 계획은 저장 프로시저를 호출하거나 트리거를 실행하는 일괄 처리의 실행 계획과는 별도로 실행됩니다. The execution plan for stored procedures and triggers is executed separately from the execution plan for the batch calling the stored procedure or firing the trigger.
Finding an execution plan by an identifying handle is more efficient than the algorithms used to match an SQL statement to existing execution plans..
식별 핸들로 실행 계획을 찾는 것은 SQL 문을 기존 실행 계획과 비교하는 알고리즘보다 더 효율적입니다. Finding an execution plan by an identifying handle is more efficient than the algorithms used to match an SQL statement to existing execution plans.
Actual execution plan: Actual execution plans are generated after the Transact-SQL queries
실제 실행 계획을 생성하면 Transact-SQLTransact-SQL 쿼리 또는 일괄 처리가 실행됩니다.
A query plan(or query execution plan) is an ordered set of steps used to access data in a SQL relational database management system.
쿼리 플랜(query plan) 또는 쿼리 실행 계획(query execution plan)은 SQL 관계형 데이터베이스 관리 시스템의 데이터 접근에 사용되는 순서가 있는 단계별 집합이다.
The query execution plan then accesses only the necessary tables and retrieves only those remote rows needed to complete the SQL statement.
그런 다음 쿼리 프로세서는 분산 쿼리를 사용하여 SQL 문을 완료하는 데 필요한 원격 행만 검색하는 쿼리 실행 계획을 작성합니다.
To make a cost-based decision, the SQL Server Database Engine increases and decreases a current cost variable for each execution plan according to the following factors.
비용을 기반으로 한 결정을 내리기 위해 SQL Server 데이터베이스 엔진SQL Server Database Engine에서는 다음 요인에 따라 각 실행 계획에 대한 현재 비용 변수를 늘리거나 줄입니다.
If five of the CPUs in the computer exceed the threshold of SQL Server work when an index execution plan is built, the execution plan specifies only three parallel worker threads.
인덱스 실행 계획을 작성할 때 컴퓨터에 있는 5개의 CPU가 SQL ServerSQL Server 작업의 임계값을 초과하는 경우 실행 계획은 3개의 병렬 작업자 스레드만 지정합니다. If five of the CPUs in the computer exceed the threshold of SQL ServerSQL Server work when an index execution plan is built, the execution plan specifies only three parallel worker threads.
Read-ahead anticipates the data and index pages needed to fulfill a query execution plan and brings the pages into the buffer cache before they are actually used by the query.
미리 읽기는 쿼리 실행 계획을 수행하는 데 필요한 데이터 및 인덱스 페이지를 예상하고 페이지가 쿼리에서 실제로 사용되기 전에 해당 페이지를 버퍼 캐시로 가져옵니다. Read-ahead anticipates the data and index pages needed to fulfill a query execution plan and brings the pages into the buffer cache before they are actually used by the query.
For example, you can display the compile-time execution plan by clicking Display Estimated Execution Plan on the Query Editor toolbar and the run-time plan by clicking Include Actual Execution Plan.
예를 들어 쿼리 편집기 도구 모음에서 예상 실행 계획 표시 를 클릭하여 컴파일 시간 실행 계획을 표시할 수 있고 실제 실행 계획 포함을 클릭하여 런타임 계획을 표시할 수 있습니다. For example, you can display the compile-time execution plan by clicking Display Estimated Execution Plan on the Query Editor toolbar and the run-time plan by clicking Include Actual Execution Plan.
Its aim is anticipating the data and index pages needed to fulfill a query execution plan and bringing those pages into the buffer pool(cache) before they are actually used by the query.
미리 읽기는 쿼리 실행 계획을 수행하는 데 필요한 데이터 및 인덱스 페이지를 예상하고 페이지가 쿼리에서 실제로 사용되기 전에 해당 페이지를 버퍼 캐시로 가져옵니다. Read-ahead anticipates the data and index pages needed to fulfill a query execution plan and brings the pages into the buffer cache before they are actually used by the query.
결과: 59, 시각: 0.0481

단어 번역에 의한 워드

최고 사전 질의

영어 - 한국어