B
B
Bur Ov2016-04-18 20:51:23
PHP
Bur Ov, 2016-04-18 20:51:23

Where is the best place to store an array of frequently accessed data?

The point is. There are data arrays that will need to be compared and rewritten almost every hour. Those. every hour a new array will be obtained and compared with the saved one, then the saved array is overwritten with a new one, etc.
There are many such arrays - and the above manipulations are performed on each.
The question is, where would be the "better" place to store such arrays? I thought in mysql database or in json files on the server (1 file - 1 array) or there are other options...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2016-04-18
@burov0798

mongodb

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question