5 ms·
Have a look at 4chan - once the thread is done, it's gone, no need for db for that and the community is still there.
by FeatureRush 12y ago
Have a look at 4chan - once the thread is done, it's gone, no need for db for that and the community is still there.
- chippy 12y agoI remember reading that 4chan saved each page as just that, static pages. The server saves to each page when a new comment is posted to the relevant page and serves up pages based on last modified times.
- userbinator 12y agoI don't know about now since I don't visit 4chan anymore, but the imageboards very clearly used a DB - during periods of high load one of the most common error messages was "MySQL connection error" which became a sort of minor meme for a while (this was several years ago.) On the other hand the textboards do appear to not use a traditional RDBMS - they were running a modified version of Shiichan (http://wakaba.c3.cx/shii/shiichan http://wakaba.c3.cx/shii/shiichan ); Kareha (http://wakaba.c3.cx/s/web/wakaba_kareha http://wakaba.c3.cx/s/web/wakaba_kareha ) is another popular textboard script that doesn't need a database.
- krapp 12y agoAFAIK sites like 4chan store post data in a database then use that to rebuild the static html files whenever someone posts or deletes.