Hi
For one of my sql's, the disk reads are very high.
For example

Disk Read: 382470535

Sql Stm:
select count(*) from ecare_message_queue where message_status_code='X' and company='H' and to_number(sysdate-nvl(checkou
t_date,(sysdate-1)))*24*60 >20



By reloading the table, can I reduce the disk reads and there by make the retrieval faster
Badrinath