You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to suggest you using DuckDB for that - this is lightweight relational db that runs only with run of ur application and dont wastes memory.
Feature summary
Currently we are using JSON file which limits max size to system memory. implement light weight DB.
SQLite vs postgrest (via docker)
After research - sqlite writes are sequential & DB updates are via automated actions - postgres becomes right choice
Feature description
Apart from log use cases, other usecases will eventually migrate to DB.
migrate following use cases to database.
Motivation
No response
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: