-
|
I am trying to reduce database size using the recommended deleting position records where ideal_battery_range_km is NULL. However, I lose all elevation data with this. It seems that whenever teslamate records the range, it doesn't record the elevation. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I am not aware of anybody making that recommendation. I see a recommendation concerning making queries, but that is different to deleting the data in the database.
Any deletion is going to result in loss of data. If you are desperate, it really depends what data you are willing to lose. Why is 1.5GB database a problem? |
Beta Was this translation helpful? Give feedback.
-
|
Yeah, sorry for not wording correctly. |
Beta Was this translation helpful? Give feedback.
I am not aware of anybody making that recommendation.
I see a recommendation concerning making queries, but that is different to deleting the data in the database.
https://docs.teslamate.org/docs/development/#streaming-api-data--positions-table-usage-in-dashboard-queries
Any deletion is going to result in loss of data. If you are desperate, it really depends what data you are willing to lose.
Why is 1.5GB database a problem?