I have been testing one of our Apps under SQL 2005 Express and I am seeing a big downgrade in performance compared to MSDE on the same hardware. Has anyone else experienced this?
Cheers
Aussie Coder
Hi Aussie Coder,
Could you give me an idea what specific tasks your testing and what the change in performance has been in your tests?
Regards,
Mike Wachal
SQL Express team
Under MSDE 2000 Release A, the scrolling is quite smooth and responsive. Under MSSQL 2005 Express, there is a noticable lag in the retrieval of records as the display page is updated.
The update process for scrolling down involves removing the top record from the page, retrieving the next record in sequence and adding it to the bottom of the page and then redrawing the list.
I hope this adds some light to what might be happening
Cheers
Aussie Coder|||
Getting back to this after a while, sorry. There was not any significant performance testing done comparing SQL Express and MSDE, so I can't offer much. I'm working on correcting this oversight, so I'll keep your scenario in mind as I push the team to do some comparisons.
Mike
|||Any new info on this? Our app does very similar caching for list controls.
No comments:
Post a Comment