Single post

jump to replies

8 visible replies; 5 more replies hidden or not public

back to top
Denis Evsyukov 🃏 , @denis@evsyukov.org
(open profile)

@adele Well, I don't know, I only use a server for one user. But I use sqlite. It suits me just fine.

I think it would work just as well for a small number of users.

But at the same time, postgres is very good. I just don't want to set up a separate service for this.

tobi is writing bugs :terminal_cursor: , @dumpsterqueer@superseriousbusiness.org
(open profile)

@adele I'd stick to SQLite personally. goblin.technology runs on SQLite with about 30 users, 1GB ram (with swap), and 1 CPU, and performance is totally fine. There's not much reason to add the overhead of Postgres unless you need to run it anyway for some other service you have deployed, and you want stuff in one place.