javascript - Is it possible to INSERT/UPDATE 8,000,00 records in MySQL within few minutes through Node JS -


i trying insert/update if exists in mysql 8,000,00 records through node js.

i using node js "mysql" package.

my queries are: insert .... on duplicate update type.

for 5000 queries of type separated semicolon sending database using connection.query() method. values of query come text file contains 8,000,00 records. reading file using node js readline

is possible insert things withing few minutes may 10 minutes?

yes, depends on io, not language or platform


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -