Bulelani Botman
Explore posts from serversHow Can I Pull 900K Records From My Database & Not Have The Page Slow Down When Rendering The Record
i did implement the search feature but on another page it's just not suitable. i need to pull all those records whether i like it or not and the user just can't search because he doesn't know the information / doesn't have the info because this table is just filled with properties that are about 900K
59 replies
How Can I Pull 900K Records From My Database & Not Have The Page Slow Down When Rendering The Record
the datatable plugin has the pagination feature, if you are pulling lets say 10k records it will automatically do it for you but my issue is behind the scenes which is my SQL code. I am using which pulls all the columns and the records from this table and I get the connection timeout from MSSQL Server because pulling a lot of data at once & trying to display it
59 replies
How Can I Pull 900K Records From My Database & Not Have The Page Slow Down When Rendering The Record
ohhhh! i will try to use it. so, i assume when you press the next button in the view it will go back to the sql script and laod the next batch?
59 replies
How Can I Pull 900K Records From My Database & Not Have The Page Slow Down When Rendering The Record
no, i think i will revert back to just searching for the specific data that a user wants & display that record rather than requesting all 900k records
59 replies