Time-Series DB #912
beriberikix
started this conversation in
Ideas
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 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.
-
There are a lot of applications where a simple Time-Series DB would be ideal if it was embedded/local. I work in IoT and it's extremely common to try to run something like Timescale or Influx on the edge (Influx even launched a product last year.)
So what's needed to bring TS to libSQL? Setting up the table efficiently, time-related queries and efficient compression (ex.gorilla) come to mind but are there other challenges to supporting Time-Series data?
Beta Was this translation helpful? Give feedback.
All reactions