QOT is a tool to generate optimal indexes for
SELECT queries. Other QOT features include query
rewrites, SQL static checking, error reporting,
and query reverse engineering.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
인덱스 생성, 주문에 의해 특정 재작성에 대한이 릴리스의 ORDER BY 분석 (const 필드 제거), 주문에 의해 특정 정적 검사, 테이블 및 필드 별칭을 지원, 향상된 오류보고. segfault 경우에는 파일을 데이터베이스에 쿼리 명령을 사용하여 일반적인 생성과 검색어에 대한 segfault 함께 고정을 시작하지 않는 경우 사용하는 테이블의 별칭. bigint, 날짜 _ 시간과 충돌, 그리고 열거 필드 유형을 수정했다. 취재 인덱스 생성 알고리즘이 해결되었습니다.
Tags:
Major feature enhancements
This release ORDER BY analysis for index generation, an ORDER BY-specific rewrite (const-field removal), ORDER BY-specific static checks, table and field alias support, and improved error reporting. A segfault if query-file doesn't start with create database and use commands general was fixed along with a segfault for queries that use table alias. A crash with bigint, datetime, and enum field types was fixed. The covering index generation algorithm was fixed.