sql - Simple select query running slow -


i have 1000 entries in table. it's simple table 10 columns. query:

select * my_table 

server runs query, processing long time.

p.s. know not enough info, please comment , add needed.

got it. not related sql. server got overflown data. spamming it.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -