Replies: 6 comments
-
For comparison, my sqlite db is a steady ~200Mb with around 40 devices of which around 20 permanently active. You could download a copy and check it with something like https://sqlitebrowser.org/ to see if there are abnormal tables/excessive entries. As long as a db file is not absurdly large and you don't have issues (errors in de serverlog?), there is nothing to suspect. A db file always growns until it or you do maintance by compact/rebuild/vacuuming it. Also, different db's, different ways of storing data/logs. |
Beta Was this translation helpful? Give feedback.
-
i noticed this too, when i was fixing the nedbtodb function the other month, i throught i was imaging it |
Beta Was this translation helpful? Give feedback.
-
Whitespace reservation in db fields? |
Beta Was this translation helpful? Give feedback.
-
ok, thank's for the information, perhaps we can share the results of the report with sqlite3_analyzer.exe in windows systems |
Beta Was this translation helpful? Give feedback.
-
Is it safe to compact the SQLite database in meshcentral using the VACUUM command? |
Beta Was this translation helpful? Give feedback.
-
This is somewhat fixed with e58d659 |
Beta Was this translation helpful? Give feedback.
-
Describe your issue
Hello, since I changed to SQLITE3 the database has not stopped growing, in 10 days it has 40 megabytes, when before Neodb took up very little. This is normal? I only have 24-28 devices, what is the normal increase and is it possible that it is having some error and is not updating properly?
Screenshots
none
Server Software (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions