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.

Low performance on data fetching from a table

shahab_khanDec 16 2015 — edited Dec 30 2015

Dear All,

I have a table which has 300 columns and keeps records 60,00,000 at this time. Records are increasing day by day. When I run a simple query like:

select * from table where store_no = 17

this query takes 30 to 60 seconds for fetching the data against this query which is to much time, while I'll use this table with more filters. Can anyone help me that hcow i can increase data fetching performance, i have also used a primary key indexing.

Regards,

Shahab

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 27 2016
Added on Dec 16 2015
19 comments
3,086 views