Answer the question
In order to leave comments, you need to log in
How to store a large number of json files?
Hello!
It is required to store approximately 60 million json files on the server and access them from MySQL.
At the moment, they are all in zip archives and links to them are in the MySQL database (used by the project).
I ran into the maximum number of small files that Ubuntu can hold.
The essence of the question: how best to organize storage with maximum savings on disk space?
Options that came to my mind:
Answer the question
In order to leave comments, you need to log in
Perhaps the best solution would be to actually store them in MongoDB.
Moreover, it supports data compression , and in addition, it becomes possible to easily manipulate them, search for information in them, index, update, etc.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question