Database monitoring #22616
Unanswered
leccelecce
asked this question in
Ask A Question
Database monitoring
#22616
Replies: 1 comment 4 replies
-
|
Sqlite is intentionally used as an embedded database precisely because it's low-maintenance and doesn't need the kind of monitoring you'd apply to a standalone RDBMS system like Postgres or MySQL. A few specifics:
So generally I think we'd rather keep things simple for users rather than expose metrics that could cause unnecessary concern. Curious if the other maintainers have thoughts. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As a potential new feature request / PR, keen to see if there is any wider interest in this, or maintainer feedback.
I consider sqlite to be a bit of a black box, but Frigate doesn't currently support alternative options (i.e. postgres or mysql) that I can better monitor.
Things I would consider interesting to know, while balancing the need to keep it reasonably simple for most users:
Items 1 and 3 (events) preferably supported by a 30-day graph.
Beta Was this translation helpful? Give feedback.
All reactions