I have almost 5Milion+ data in JSON format stored in a file locally which size is nearly 490GB
I want to insert the data into the database and query the data based on the requirements
now I don’t have much knowledge about handling this much of huge data
Please provide me with some good ways to insert data into the database.
also suggest some better ways about this…
I want to insert my locally stored data into mongoDB and perform query based on requirements.Thats all.