Hi Guys,
IMDB Data set . I need to import this data set into a spring boot application, for further processing. there are millions of records with these file.
I tried read file and insert into in memory DB , but its taking a lot of time to complete. Suggest me a more optimal way of loading such kind of large data set.
IMDB Data set . I need to import this data set into a spring boot application, for further processing. there are millions of records with these file.
I tried read file and insert into in memory DB , but its taking a lot of time to complete. Suggest me a more optimal way of loading such kind of large data set.
Last edited: