Sunday, 10 May 2020

Retrieving millions of records from mysql through express API - Question

Hey guys,I have been working on a prototype project, where I need to retrieve millions of records from mysql using express and expose them to a end point. I did used a couple of approach like using pagination and streams. Is there any other way to send large amount of data. I'm currently using sequelize ORM.Thanks in advance

Submitted May 10, 2020 at 08:29PM by __bala

No comments:

Post a Comment