I have a query like
DELETE from tablename where colname = value;
which takes awfully long time to execute. What could be the reason? I have
Does your table holds more number of records ? Is there some recursive programs(some nested loops etc..) running on the database server ? Check network problems if database server is on different machines ?