Lower Oracle High Level bit

Source: Internet
Author: User

Slow query speed due to a large number of delete operations causing the space to not be released and the horizontal bit high

--high level position due to a large number of delete operations causing the space to not be released
ALTER TABLE tb_trm_scoresumfinish move;

--After lowering the level, you need to do index reconstruction
Alter index INDEX_SCORE_001 rebuild;

--re-collect statistics for tables
exec dbms_stats.gather_table_stats (ownname = ' Lgehr ', tabname = ' tb_trm_scoresumfinish ', estimate_percent = > 100,method_opt=> ' for all indexed columns ', cascade=>true);

--View Table object space size
Select sum (bytes)/1024/1024
From User_segments
where segment_name = ' tb_trm_scoresumfinish ';

Lower Oracle High Level bit

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.