S
S
Sergey2015-03-06 20:23:19
PostgreSQL
Sergey, 2015-03-06 20:23:19

Django: SQLite or PostgreSQL?

There is an application in Django. It will work on a computer below the average (on the local network), 20 clients will work with it (in the future, about a dozen so far). The question is in choosing a DBMS: Will SQLite suffice here, or is some other DBMS better, such as PostgreSQL (but it may be heavy)?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vladisus, 2015-03-06
@Vladisus

If you do not need cool Postgre features, then SQLite is enough for 20 users

A
Alexey Cheremisin, 2015-03-06
@leahch

postgres of course! sqlite for development only, or as a built-in base for a low-current application, or as a replacement for files.
To the heap
https://www.digitalocean.com/community/tutorials/s...

K
kyckos, 2015-04-17
@kyckos

There was a shop on sqlite. When the number of users exceeded 2 thousand, the guys started swearing at the downs. The reason for this was the database write locks. Moved to postgresql and forgot. Otherwise, it worked pretty fast, although the amount of data was small. 250 - 300 thousand commodity items.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question