From 6a98f70542c759520f621d3c5bfd480d243dda6e Mon Sep 17 00:00:00 2001 From: ThatGuy Date: Thu, 4 Jul 2019 19:58:05 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85355cd..bf207d4 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ When a newbie sets up a server, invariably they forget things like memcaching, o Good question. Two reasons. The first is that both MySQL and PostgreSQL use running services which consume memory even when not in use. PostgreSQL is particularly bad, using a minimum of 10Mb per open database. Ideally, this is supposed to be a small footprint installation, using minimal resources, but getting the best performance possible from those resources used. -The second reason, is that I'm lazy. It's much easier to script SQLite, with no permissions, than a bigger bulkier service. +The second reason, is that I'm lazy. It's much easier to script SQLite, with no permissions, than a bigger bulkier service. I actually tried MariaDB and got it working quite well. Unfortunately, getting 8mb4 support configured via scripting was just overly complicated, and there was no guarantee of a good result. K.I.S.S right? **It's INSECURE!!!**