书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 7749 个相关结果.
  • 基于规则的路径选择

    前置规则 Skyline剪枝规则 维度的定义 回表 Interesting Order Query Range 综合举例 本文主要介绍 OceanBase 数据库路径选择的规则体系。目前 OceanBase 数据库路径选择的规则体系分为前置规则(正向规则)和 Skyline 剪枝规则(反向规则)。 前置规则直接决定了一个查询使用什么样...
  • ATAN()

    ATAN() Description Syntax Arguments Examples ATAN() Description The ATAN() function returns the arctangent(given in radians) of the input number. Syntax > ATAN (...
  • 查询 SQL 流量分布情况及 QPS

    运行如下语句可以查询 SQL 流量分布情况及 QPS: obclient > SELECT /*+ PARALLEL(15)*/ t2 . zone , t1 . svr_ip , COUNT (*) AS RPC_COUNT , AVG ( t1 . elapsed_time ), AVG ( t1 . queue_time ...
  • 视图的执行计划

    用 EXPLAIN 查看带视图的 SQL 执行计划 示例 用 EXPLAIN 查看带视图的 SQL 执行计划 EXPLAIN 语句返回的结果会显示视图引用的表,而不是视图本身的名称。这是因为视图是一张虚拟表,本身并不存储任何数据。视图的定义会和查询语句的其余部分在 SQL 优化过程中进行合并。 示例 我们这里准备一个简单的示例,帮助你理解使用 ...
  • 视图的执行计划

    用 EXPLAIN 查看带视图的 SQL 执行计划 示例 用 EXPLAIN 查看带视图的 SQL 执行计划 EXPLAIN 语句返回的结果会显示视图引用的表,而不是视图本身的名称。这是因为视图是一张虚拟表,本身并不存储任何数据。视图的定义会和查询语句的其余部分在 SQL 优化过程中进行合并。 示例 我们这里准备一个简单的示例,帮助你理解使用 ...
  • DROP INDEX

    DROP INDEX Synopsis Examples MySQL compatibility See also DROP INDEX This statement removes an index from a specified table, marking space as free in TiKV. Synopsis DropIn...
  • DROP INDEX

    DROP INDEX Synopsis Examples MySQL compatibility See also DROP INDEX This statement removes an index from a specified table, marking space as free in TiKV. Synopsis DropIn...
  • PI()

    PI() Description Syntax Examples PI() Description PI() returns the value of π (pi). Syntax > PI () Examples drop table if exists t1 ; create table t1 ( a ...
  • ALTER VIEW

    ALTER VIEW Description Syntax Examples ALTER VIEW Description ALTER VIEW is used to alter an existing view. If any of the views named in the syntax parameter list do...
  • ALTER VIEW

    ALTER VIEW Description Syntax Examples ALTER VIEW Description ALTER VIEW is used to alter an existing view. If any of the views named in the syntax parameter list do...