Content pfp
Content
@
0 reply
0 recast
0 reaction

Shane da Silva pfp
Shane da Silva
@sds
Anyone have experience running their own time series database for exposing analytics back to customers (i.e. not purely for internal use). Thinking about giving frame developers much more detailed analytics on their frames, and exploring one of a few options.
9 replies
1 recast
21 reactions

Brock pfp
Brock
@runninyeti.eth
I've had a solid experience with Timescale so far Biggest gotchas come from ensuring the data model is correct. Time series works especially well when data is inserted, never updated (event stream) For exposing to others though, materialized views with well defined query patterns work great (where Timescale shines)
1 reply
0 recast
1 reaction

Shane da Silva pfp
Shane da Silva
@sds
Are you storing your OLTP (e.g. relational) data in Timescale as well? Or only using it for these kinds of materialized view queries (which do look awesome). Curious if it becomes essential to colocate the data so you can perform more interesting joins.
1 reply
0 recast
0 reaction