Friday, 1 March 2019

Performant way to load a large dataset from a database

I have a dataset of about 72Mb. I have to simultaneously show this data on an interactive map. Is it possible to load this data from my database (right now Mongo; thinking about using Firebase also)? The only thing I could think of right now is to make the dataset retrieval asynchronous, and asynchronously load it into the client.I hope I worded this right.

Submitted March 01, 2019 at 08:44PM by sammyalhashemi

No comments:

Post a Comment