Chinaunix首页 | 论坛 | 博客
  • 博客访问: 66848
  • 博文数量: 13
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 174
  • 用 户 组: 普通用户
  • 注册时间: 2013-08-19 18:05
文章分类

全部博文(13)

文章存档

2015年(1)

2014年(9)

2013年(3)

我的朋友

发布时间:2014-08-14 16:52:48

为什么NOT IN比NOT EXISTS效率差
......【阅读全文】

阅读(8118) | 评论(0) | 转发(1)

发布时间:2015-04-24 14:59:02

CASE 1. 不要把SQL当成一般高级语言使用不要把SQL当成一般高级语言使用应该理解SQL是面向集合的语言,和一般面向过程的语言是不同的通常情形下,面向集合的SQL(连接,聚集,过滤)要比面向过程的(for loop, 迭代,递归,游标)SQL要高效下面的例子,计算(1 + 2 + 3… + 1000) * (1 + 2 + 3… + 1000).........【阅读全文】

阅读(1299) | 评论(0) | 转发(0)

发布时间:2014-12-16 13:07:45

最近在看PG query planner部分的代码相对于mysql的代码, postgres代码的可读性很高大致画了下这部分的流程图, 辅助理解代码......【阅读全文】

阅读(1896) | 评论(0) | 转发(1)

发布时间:2014-12-16 12:47:26

1.下载edb-debugger最新的源码:      edb-debugger 项目主页:http://pgfoundry.org/projects/edb-debugger/下载github上的最新版本2.下载完源码之后把源码文件拷贝到postgresql 源码安装文件的contrib目录下(必须):    例如:$postgresql-9.1.2/contri.........【阅读全文】

阅读(2327) | 评论(0) | 转发(0)

发布时间:2014-12-02 16:49:08

一、Oracle的schemaA schema is a collection of database objects (used by a user.). Schema objects are the logical structures that directly refer to the database’s data.A user is a name defined in the database that can connect to and access objects.Schemas and users help database administrators.........【阅读全文】

阅读(1897) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册