<legend id='oZZGV'><style id='oZZGV'><dir id='oZZGV'><q id='oZZGV'></q></dir></style></legend>

    <small id='oZZGV'></small><noframes id='oZZGV'>

      <bdo id='oZZGV'></bdo><ul id='oZZGV'></ul>

  • <tfoot id='oZZGV'></tfoot>

    1. <i id='oZZGV'><tr id='oZZGV'><dt id='oZZGV'><q id='oZZGV'><span id='oZZGV'><b id='oZZGV'><form id='oZZGV'><ins id='oZZGV'></ins><ul id='oZZGV'></ul><sub id='oZZGV'></sub></form><legend id='oZZGV'></legend><bdo id='oZZGV'><pre id='oZZGV'><center id='oZZGV'></center></pre></bdo></b><th id='oZZGV'></th></span></q></dt></tr></i><div id='oZZGV'><tfoot id='oZZGV'></tfoot><dl id='oZZGV'><fieldset id='oZZGV'></fieldset></dl></div>

        在空表中执行缓慢的查询.(删除大量插入后)

        Slow query execution in an empty table. (after deleting a large amount of inserts)(在空表中执行缓慢的查询.(删除大量插入后))

        • <legend id='nCjr7'><style id='nCjr7'><dir id='nCjr7'><q id='nCjr7'></q></dir></style></legend>
          • <bdo id='nCjr7'></bdo><ul id='nCjr7'></ul>
            • <small id='nCjr7'></small><noframes id='nCjr7'>

                <tbody id='nCjr7'></tbody>

                <i id='nCjr7'><tr id='nCjr7'><dt id='nCjr7'><q id='nCjr7'><span id='nCjr7'><b id='nCjr7'><form id='nCjr7'><ins id='nCjr7'></ins><ul id='nCjr7'></ul><sub id='nCjr7'></sub></form><legend id='nCjr7'></legend><bdo id='nCjr7'><pre id='nCjr7'><center id='nCjr7'></center></pre></bdo></b><th id='nCjr7'></th></span></q></dt></tr></i><div id='nCjr7'><tfoot id='nCjr7'></tfoot><dl id='nCjr7'><fieldset id='nCjr7'></fieldset></dl></div>
                1. <tfoot id='nCjr7'></tfoot>

                  本文介绍了在空表中执行缓慢的查询.(删除大量插入后)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我在 oracle 数据库中有一个表,有 15 个字段.该表有 3500000 个插入.我都删了.

                  I have a table in an oracle database with 15 fields. This table had 3500000 inserts. I deleted them all.

                  delete
                  from table
                  

                  之后,每当我执行选择语句
                  即使桌子是空的,我的响应也很慢(7 秒).我只在我搜索的情况下得到正常响应根据索引字段.

                  After that, whenever I execute a select statement
                  I get a very slow response (7 sec) even though the table is empty. I get a normal response only in the case that I search according to an indexed field.

                  为什么?

                  推荐答案

                  正如 Gritem 所说,你需要了解高水位线等

                  As Gritem says, you need to understand high water marks etc

                  如果您现在不想truncate表(因为已插入新数据),请使用alter table xyz收缩空间记录在此处 10g

                  If you do not want to truncate the table now (because fresh data has been inserted), use alter table xyz shrink space documented here for 10g

                  这篇关于在空表中执行缓慢的查询.(删除大量插入后)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Why Mysql#39;s Group By and Oracle#39;s Group by behaviours are different(为什么 Mysql 的 Group By 和 Oracle 的 Group by 行为不同)
                  sql group by versus distinct(sql group by 与不同)
                  Creating a flattened table/view of a hierarchically-defined set of data(创建分层定义的数据集的扁平表/视图)
                  MySQL: how to do row-level security (like Oracle#39;s Virtual Private Database)?(MySQL:如何做到行级安全(如 Oracle 的 Virtual Private Database)?)
                  What is the best way to enforce a #39;subset#39; relationship with integrity constraints(强制执行具有完整性约束的“子集关系的最佳方法是什么)
                  What is best performance for Retrieving MySQL EAV results as Relational Table(将 MySQL EAV 结果作为关系表检索的最佳性能是什么)
                    1. <small id='RKhbR'></small><noframes id='RKhbR'>

                      <tfoot id='RKhbR'></tfoot>
                          <tbody id='RKhbR'></tbody>

                        • <bdo id='RKhbR'></bdo><ul id='RKhbR'></ul>
                          <i id='RKhbR'><tr id='RKhbR'><dt id='RKhbR'><q id='RKhbR'><span id='RKhbR'><b id='RKhbR'><form id='RKhbR'><ins id='RKhbR'></ins><ul id='RKhbR'></ul><sub id='RKhbR'></sub></form><legend id='RKhbR'></legend><bdo id='RKhbR'><pre id='RKhbR'><center id='RKhbR'></center></pre></bdo></b><th id='RKhbR'></th></span></q></dt></tr></i><div id='RKhbR'><tfoot id='RKhbR'></tfoot><dl id='RKhbR'><fieldset id='RKhbR'></fieldset></dl></div>
                            <legend id='RKhbR'><style id='RKhbR'><dir id='RKhbR'><q id='RKhbR'></q></dir></style></legend>