Large Dataset Scrolling

Is there a solution to get quick results (2-3 seconds) with a drag/scroller in the grid with a large dataset? I am referring to 2-3 million records.

The grid works great with 50k records, but when we use it with a million plus, it becomes unresponsive.

Has anyone had success with a dataset this large?

Would using MongoDB help.

Any input on this subject, especially a viable solution, would be greatly appreciated.

Thanks!

Unfortunately different browsers have different limits of the container height.
In case such big mount of data you may try to use the paging instead of smart rendering. It should help.