<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

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

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

                  相关文档推荐

                  Accessing another user#39;s table within an Oracle Stored Procedure(在 Oracle 存储过程中访问另一个用户的表)
                  How to View Oracle Stored Procedure using SQLPlus?(如何使用 SQLPlus 查看 Oracle 存储过程?)
                  How to Pass Java List of Objects to Oracle Stored Procedure Using MyBatis?(如何使用 MyBatis 将 Java 对象列表传递给 Oracle 存储过程?)
                  how to declare %ROWTYPE of a variable that is a weakly typed SYS_REFCURSOR?(如何声明弱类型 SYS_REFCURSOR 变量的 %ROWTYPE?)
                  Is it possible to pass table name as a parameter in Oracle?(是否可以在 Oracle 中将表名作为参数传递?)
                  How to test an Oracle Stored Procedure with RefCursor return type?(如何使用 RefCursor 返回类型测试 Oracle 存储过程?)
                    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>