I always use MySQL for storing and operating on data.
But this time I have around 4 GB csv
dataset.
I have imported this into MySQL.
It was importing for about 2-3 hours.
It's a one table with about 7.500.000 rows and few columns.
Importing time was long.
Operating with MySQL queries on this dataset happens long too.
Do I really do good thing to use this with MySQL database?
Maybe I should use something like nosql database? Or serverless database?
I don't know if I am doing it proper way.
What should I do with it? How should I operate on this dataset?