Welcome Guest, Not a member yet? Register   Sign In
Slow DB queries with MS-SQL
#4

The issue is your query as burgoyn1 wrote. Put the query in your DB app and run an explain on it. It's doing full table scans you need to add indices.

Drawing it is a separate issue. The more complex the markup the slower the browser will paint the page. You shouldn't be drawing 17k rows on one page. Paginate it or infinite scroll and load a few hundred at a time.
Reply


Messages In This Thread
Slow DB queries with MS-SQL - by shedger - 01-31-2017, 10:29 PM
RE: Slow DB queries with MS-SQL - by burgoyn1 - 02-01-2017, 03:09 AM
RE: Slow DB queries with MS-SQL - by shedger - 02-02-2017, 02:45 PM
RE: Slow DB queries with MS-SQL - by spjonez - 02-08-2017, 07:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB