C
C
codercat2015-10-02 05:03:01
MySQL
codercat, 2015-10-02 05:03:01

Where is the best place to store large lists of ints?

The result of the script execution is just lists. All these lists must somehow be stored and given to users. No selections will be made on them, there are no sortings and the like either.
Approximate volumes - about 10 lists per minute in each of which 1-100k ints.
At the moment I'm looking towards redis lists, but I'm worried that it will be too resource-intensive, because the lists will not always be obtained and there is no point in storing all of them in the OP.
Perhaps it will sound ridiculous for professionals, but I have not yet encountered similar tasks and I am considering options simply listing them separated by commas to save in mysql'a longtext field or in .txt files.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Oleg Shevelev, 2015-10-02
@mantyr

This is quite a typical blob :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question