专注收集记录技术开发学习笔记、技术难点、解决方案
网站信息搜索 >> 请输入关键词:
您当前的位置: 首页 > Informix

sqexplain.out 怎么分析

发布时间:2010-05-20 14:01:29 文章来源:www.iduyao.cn 采编人员:星星草
sqexplain.out 如何分析?
SQL code

  Table map :
  ----------------------------
  Internal name     Table name
  ----------------------------
  t1                psmsa
  t2                cdssa
  t3                psmsa_tmp

  type     table  rows_prod  est_rows  rows_scan  time       est_cost
  -------------------------------
  scan     t1     46         4860      28897      00:00:31   22854   

  type     table  rows_prod  est_rows  rows_scan  time       est_cost
  -------------------------------
  scan     t2     46         281733    46         00:00:01   1       

  type     rows_prod  est_rows  time       est_cost
  -------------------------------------------------
  nljoin   46         4860      00:00:32   27264   

  type     rows_sort  est_rows  rows_cons  time
  -------------------------------------------------
  sort     46         4860      46         00:00:32

  type     table  rows_ins   time
  -----------------------------------
  insert   t3     46         00:00:32



 

------解决方案--------------------
你这是在哪里做的set explain。什么版本的informix?
要知道那部分?
------解决方案--------------------
为什么不把案例贴出来一起分享呢?
友情提示:
信息收集于互联网,如果您发现错误或造成侵权,请及时通知本站更正或删除,具体联系方式见页面底部联系我们,谢谢。

其他相似内容:

  • asp 连接informix出错解决方案

    asp 连接informix出错 asp 连接informix出错。odbc test connection成功。 出错提示: “Microsoft OLE DB Provider for ODBC...

  • 怎么提高查询效率

    如何提高查询效率 表架构: 主表+明细表,明细数据按月存储,即: 主表:wamia 明细:wamia201001 wamia201002 …… 目标: 1、...

  • 询问下informix的价格,该如何处理

    询问下informix的价格 想问下关于windows下informix choice版11.5和11.7的价格大概是多少啊?按CPU算的 ------解决方案----------...

  • informix与db2,该如何处理

    informix与db2 informix与db2,应该学哪个? ------解决方案-------------------- 那要看你工作的需要了。 以及以后客户的需要...

  • sqexplain.out 怎么分析

    sqexplain.out 如何分析? SQL code Table map : ---------------------------- Internal name Table name ---------...

  • informix建表,该怎么处理

    informix建表 有个时间想取系统当前时间 怎么设啊? SQL code create table s ( start time --想要是系统当前时间,怎么设置? ) ---...

  • informix -271异常

    informix -271错误 1、谁有 informix 授权号啊,能不能帮忙送一个啊??先借我用一下啊!!邮箱是:lymusic2007@126.com 万分感激!!! 或者请...

  • 急答案,送分,关于Informix SQL 字符转ASCII码

    急!急!在线等答案,送分,关于Informix SQL 字符转ASCII码 各位高手,在Informix数据库中,怎样把char字符获取它的ASCII码值?看起来好像很简...

  • 请问informix存储过程调用远端数据库方法

    请教informix存储过程调用远端数据库方法 我现在想实现从另一台机器上的informix数据库的表中取数,插入到本地的表中, 数据量大概...

  • informix 存储过程中数据类型有关问题,

    informix 存储过程中数据类型问题,急。。。。 目的想实现的是从数据库中把数据取出来放到一个单元格中查出来,每条记录用","格开。 ...

热门推荐: