|
|
Oracle的文档中说,对于有外键的表,Oracle建议对这些外键的列索引,并复制这些索引,除非在父表中不允许更新和删除的操作。
Oracle Corporation recommends that you always index foreign key columns and replicate these indexes, unless no updates and deletes are allowed in the parent table.
对这边这段话我不是很理解,请高手点拨一下,谢谢。 |
|