Sqlite support #197

Closed
opened 2026-02-23 17:20:43 -05:00 by yindo · 1 comment
Owner

Originally created by @netandreus on GitHub (Oct 26, 2023).

Do you plan support sqlite instead of postgresql?
I think it will be comfortable for small instalaltions.

Originally created by @netandreus on GitHub (Oct 26, 2023). Do you plan support sqlite instead of postgresql? I think it will be comfortable for small instalaltions.
yindo closed this issue 2026-02-23 17:20:43 -05:00
Author
Owner

@timothycarambat commented on GitHub (Oct 26, 2023):

We actually used to use SQLite! But we had a ton of concurrency issues and massive performance problems when dealing with really large vector databases + background jobs. It was causing a bunch of issues so we moved away from it.

Limitations for SQLite + Primsa like deleteMany not being available was also very frustrating so we had to move to something less lightweight, but more robust.

I like SQLite! We use it for AnythingLLM!

@timothycarambat commented on GitHub (Oct 26, 2023): We actually used to use SQLite! But we had a ton of concurrency issues and massive performance problems when dealing with really large vector databases + background jobs. It was causing a bunch of issues so we moved away from it. Limitations for SQLite + Primsa like deleteMany not being available was also very frustrating so we had to move to something less lightweight, but more robust. I like SQLite! We use it for [AnythingLLM](https://github.com/Mintplex-Labs/anything-llm)!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/vector-admin#197