I
I
imhuman2018-03-05 12:36:15
SQLite
imhuman, 2018-03-05 12:36:15

What attendance will a site on SQLite pull?

Apart from the rest, how SQLite will be a bottleneck, given that the database will work only for reading. The recording will take place several times a week in the format of adding news by the administrator.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pasechnik Kuzmich, 2018-03-05
@imhuman

It all depends on the structure and amount of data, the presence of indexes, the complexity of queries. In general, SQLite reads fairly quickly. The documentation says that up to 100,000 visits per day will definitely pull. Plus, you can put the database in WAL mode so that the write does not block readers, set the cache size to a larger size, and configure the storage of temporary tables in memory.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question