Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Oracle SQL 中使用索引的优缺点是什么?
对于缺点,我有: 索引有以下缺点 - 它们增加了数据库的磁盘空间需求,它们减慢了 dml(插入、更新和删除),它们增加了数据库的维护需求,它们可能会使你的查询变慢的更快。
使用索引有什么好处?