John Pruitt
John Pruitt
We plan to auto-generate documentation of our schema via SQL object comments. Once we have coverage, add a test to check that there are no objects missing a comment. This...
Now that we have a retention period for metrics and a separate one for traces, this function name is ambiguous. https://github.com/timescale/promscale/pull/1015#discussion_r781014196
I would like to be able to use function pipelines to combine multiple timevectors according to a calculation -- something like `zip` from functional programming. ``` select tv1 -> zip(tv2,...
Preliminary PR for use with integration tests. DO NOT MERGE.
Feature branch for vectorizer
Experiment with text-to-sql from within the database. Can we embed the pg_catalog and use it to power text-to-sql?
Our advanced examples all put results in a new table. Provide examples that show how to update the existing table.