Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Index

Fariz AliyevApr 11 2023

Hello everyone. I have a table (emps) (id,name) (id is pk). this table have 2.000.000.000 rows.

Now i want to search for name column like this (Select * from emp where name like ‘Has%’ or etc)

which index type must i have used ? for realy good performance

Thank you very much

Comments
Post Details
Added on Apr 11 2023
6 comments
408 views