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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

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

Processing

Post Details

Added on Apr 11 2023
6 comments
335 views