性能查询语句和说明_第1页
性能查询语句和说明_第2页
性能查询语句和说明_第3页
全文预览已结束

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、1 性能查询-小区间切换场景描述:tpa_sts_cell_adjho_ne里m_int_id主小区id,n_int_id邻小区id。提出要增加邻小区的信息输出,后来我增加了黄色标注的部分。对下面的语句有什么建议。select _id, as ne_name, cell.ci as ci, cell.lac as lac, cell_ as adj_name, cell_b.ci as adj_ci, cell_b.lac as adj_lac, a.scan_start_time as start_time, att_o_ho_intercell a

2、s att_o_ho_intercell, s_i_ho_intercell as s_i_ho_intercell, s_o_ho_intercell as s_o_ho_intercell, att_i_ho_intercell as att_i_ho_intercell from tpa_sts_cell_adjho_ne a, cell, cell cell_b where 1 = 1 and scan_start_time in (select scan_start_time from and a.m_int_id = _id and a.n_int_id = cel

3、l__id and a.m_int_id in (select * from and sum_level = 02 性能专题-话务量分析场景描述: 在性能专题,查询类似下面的结构。从tpa_sts_cell_ne里取的指标值,关联cell表获得资源信息select tpa_sts_cell__id, as ne_name, cell.zh_name, tpa_sts_cell_ne.scan_start_time as start_time, cell.bsc_name as related_bsc_name, cell.Lac, cell.Ci, r

4、ound(tpa_sts_cell_ne.tch_traffic, 2) as tch_traffic, round(tpa_sts_cell_ne.avail_tch_nbr, 0) as avail_tch_nbr, round(round(sfb_divfloat_1(tpa_sts_cell_ne.tch_traffic, tpa_sts_cell_ne.avail_tch_nbr), 4), 2) as tchpernbr, round(tpa_sts_cell_ne.tch_nbr, 0) as tch_nbr, round(tpa_sts_cell_ne.tch_traffic_

5、half, 2) as tch_traffic_half from tpa_sts_cell_ne, cell where 1 = 1 and scan_start_time in (select scan_start_time from AND sum_level = 0 and tpa_sts_cell__id = _id and sfb_divfloat_1(tpa_sts_cell_ne.tch_traffic, tpa_sts_cell_ne.avail_tch_nbr) > 0.5 and tpa_sts_cell__id in (se

6、lect int_id from order by start_time desc, tchpernbr desc3 TopN查询场景描述:小区每个时间点的的前10条数据。2010-05-09 08:00:00为2010-05-09 10:00:00,对这样的取各个时间点的前N条数据有没有建议select tpa_sts_cell__id as int_id, tpa_sts_cell_ne.scan_start_time as start_time, as ne_name, cell.lac as lac, cell.ci as ci, cell.bsc_na

7、me as related_bsc_name, tpa_sts_cell_ne.tch_drop_call as tch_drop_call, tpa_sts_cell_ne.tch_seize_nho as tch_seize_nho, tpa_sts_cell_ne.pch_succ_iart as pch_succ_iart, tpa_sts_cell_ne.sdcch_cong as sdcch_cong, tpa_sts_cell_ne.tch_call_req as tch_call_req, tpa_sts_cell_ne.tch_call_req_nho as tch_call

8、_req_nho, tpa_sts_cell_ne.att_tch_ovrfl as att_tch_ovrfl, tpa_sts_cell_ne.att_tch_ovrfl_nho as att_tch_ovrfl_nho, tpa_sts_cell_ne.att_sdcch_seiz as att_sdcch_seiz, tpa_sts_cell_ne.rand_acc_req as rand_acc_req, round(round(sfb_divfloat_1(tpa_sts_cell_ne.tch_drop_call, tpa_sts_cell_ne.tch_seize_nho),

9、4) * 100, 3) as tchdropper, round(round(sfb_divfloat_1(tpa_sts_cell_ne.pch_succ_iart, tpa_sts_cell_ne.rand_acc_req), 4) * 100, 3) as radioinjectPercent from tpa_sts_cell_ne, cell where 1 = 1 and tpa_sts_cell__id in (select * from and tpa_sts_cell_ne.scan_start_time in (to_date('2010-05-09 08:00:00', 'yyyy-mm-dd hh24:mi:ss') and tpa_sts_cell__id = _idand 10 >= rownum and tpa_sts_cell_ne

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

最新文档

评论

0/150

提交评论