Reverse Key Indexes
Reverse key indexes literally reverse the bytes of the key value in the index to reduce block contention on sequence generated primary keys.
oracle miscconfigurationintermediate
by OracleDba
16 views
Reverse key indexes literally reverse the bytes of the key value in the index to reduce block contention on sequence generated primary keys.
123
CREATE INDEX t1_id_idx ON t1 (id)
REVERSE
;Please to add comments
No comments yet. Be the first to comment!