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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -