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
Right now the project is storing every days report in a compressed json file, which is neither good for analytics nor for space on disk.
I was looking for a solution to use a performant database that could handle json as values and would not need a separate container or service to host.
A single file Database would be optimal.
DuckDB might be the right thing, but I have some issues with the syntax used to access the entries.
The text was updated successfully, but these errors were encountered:
Right now the project is storing every days report in a compressed json file, which is neither good for analytics nor for space on disk.
I was looking for a solution to use a performant database that could handle json as values and would not need a separate container or service to host.
A single file Database would be optimal.
DuckDB might be the right thing, but I have some issues with the syntax used to access the entries.
The text was updated successfully, but these errors were encountered: