Sqlite is the default option on Android and it's pretty common to have time series sensor data that needs to be captured, stored, and analyzed...
But sqlite isn't really meant for a time series workload.
There is also duckdb but I'm not sure about the status of the Android bindings.
reply
(Edit) "Bug 1452376 - Replace GetDescendantFolders with a recursive subquery" https://hg.mozilla.org/integration/autoland/rev/827cc04dacce
"Recursive Queries Using Common Table Expressions" https://gist.github.com/jbrown123/b65004fd4e8327748b650c7738...
Sqlite is the default option on Android and it's pretty common to have time series sensor data that needs to be captured, stored, and analyzed...
But sqlite isn't really meant for a time series workload.
There is also duckdb but I'm not sure about the status of the Android bindings.
reply