in reply to Fetch Mysql huge database

If you just want to check an entry exists in your table your can just count it, ie.:

select count(*) from table where table.field='some_value'