Redian新闻
>
Oracle Group and Index question
avatar
Oracle Group and Index question# Database - 数据库
M*a
1
http://www.gmw.cn/content/2008-10/08/content_847572.htm
■子雨 刊发时间:2008-10-08 14:41:07 中华读书报
近年来,国际国内的书业均不景气,销售量与利润都在下滑。据说,这是个“结构性”
的低迷,而且是多种因素共同作用的结果,有电子产品与网络免费获取内容的冲击,有
国际金融危机以及国内经济增长速度的减缓等等,而这些都超出了图书出版业自身所能
鞭及的范围。因此,仅靠这个行业本身已难以实现根本的逆转。无能为力或心有余而力
不足的结果是:积极者开始进行企业的转型,设法在进一步挖掘传统书业潜力的同时,
开辟新的业务领域;而消极者就不禁要陷入对“过去好时光”的回忆了。其实,新中国
出版的历史并不太久,也就是六十来年,而大学出版业更是短暂,最长的也不过29年。
于是,这些回忆也就基本集中在“文革”结束后的若干年了。由于“文革”十年从根本
上取消了文化教育的出版,图书馆又有严厉的禁书令,造成了整个社会的“书荒”。而
此时,恰逢高考制度开始恢复,学历教育的逐渐走向正常,人们的求知欲空前旺盛,其
必然的结果是几乎任何一本文化教育类图
avatar
l*r
2
I have a table A, which has 50 millions records.
In this table A, I have two columns id and date.
if I run the following query:
select date, sum(id) from A group by date
it will take 10 minutes to finish.
what can I do to improve the performance?
there are 3 bitmap indexes for this table A.
index 1 is on column id.
index 2 is on column date.
index 3 is on column id and column date.
Please help. Thanks.
avatar
B*g
3
1. please post execution plan
2. will data in this table be updated?
3. what datatype is for column "date"

【在 l******r 的大作中提到】
: I have a table A, which has 50 millions records.
: In this table A, I have two columns id and date.
: if I run the following query:
: select date, sum(id) from A group by date
: it will take 10 minutes to finish.
: what can I do to improve the performance?
: there are 3 bitmap indexes for this table A.
: index 1 is on column id.
: index 2 is on column date.
: index 3 is on column id and column date.

avatar
l*r
4

I am using Oracle SQL Developer, here is the execution plan:
the same query like above,
operation object_name options cost
select statement 162443
hash group by 162443
table access tableA full 160439
Yes, by a hourly SQL loading process.
DATETIME

【在 B*****g 的大作中提到】
: 1. please post execution plan
: 2. will data in this table be updated?
: 3. what datatype is for column "date"

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。