K
K
Kirill Gorelov2018-11-02 13:48:46
PHP
Kirill Gorelov, 2018-11-02 13:48:46

Local data storage in php?

There is a task of data storage on local sqllite type.
The data will be updated very infrequently once every few weeks. The average number of lines is 100-200 thousand.
Thus it would be desirable to have selection and removal. At first I considered the option with files, but the selection cannot be made there, so we decided to choose a local database. There can be hundreds of such databases, so storing everything in one mysql will be expensive in the future.
The question of whether sqllite is suitable for me for such a task, I just never encountered them.
The choice is between sqllite/Jsondb and https://sleekdb.github.io
I personally tend to sqllite, but I would like to consult those who have worked with it.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stalker_RED, 2018-11-02
@Kirill-Gorelov

This is the first time I hear about those two, while sqlite has been used for many years in the products of the largest companies such as google and microsoft. Everything is well documented and you can google the answer to any question.
Now, if for some reason sqlite capabilities are not enough for you, then yes - you can look for alternatives.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question