2013-12-18 15:20:52 +00:00
|
|
|
Frequently asked question
|
|
|
|
=========================
|
|
|
|
|
|
|
|
Why SQLite3?
|
|
|
|
------------
|
|
|
|
|
2019-12-21 10:33:02 +00:00
|
|
|
Although partially answered on the index page, here is a more complete answer: If
|
2013-12-18 15:20:52 +00:00
|
|
|
you manage massive amounts of comments, Isso is a really bad choice. Isso is
|
2019-12-21 10:33:02 +00:00
|
|
|
designed to be simple and easy to setup, it is not optimized for high-traffic
|
2013-12-18 15:20:52 +00:00
|
|
|
websites (use a `dedicated Disqus`_ instance then).
|
|
|
|
|
2019-12-21 10:33:02 +00:00
|
|
|
Comments are not big data.
|
2013-12-18 15:20:52 +00:00
|
|
|
|
2019-12-21 10:33:02 +00:00
|
|
|
For example, if you have 209 threads and 778 comments in total this only needs 620 kilobytes
|
|
|
|
of memory. This is an excellent use case for SQLite.
|
2013-12-18 15:20:52 +00:00
|
|
|
|
|
|
|
.. _dedicated Disqus:
|