D
D
ddimka2018-08-07 14:52:40
JSON
ddimka, 2018-08-07 14:52:40

NODEJS handling large JSON?

Greetings.
When working with large JSON objects, taken mainly from MySQL via Sequelize, Ubuntu server intermittently hangs at 100% CPU.
Is it possible to do something with this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dollar, 2018-08-07
@ddimka

Break large JSON into small JSON chunks and process them one by one.
From the database, you can take data in portions.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question