JLockerman

Results 17 issues of JLockerman

**Relevant system information:** - OS: macos docker `timescale/timescaledb:2.0.0-rc2-pg12` - PostgreSQL version: 12 - TimescaleDB version 2.0-rc2 - Installation method: Docker **Describe the bug** Running `compress_chunk()` occasionally returns the error ```SQL...

ui/ux
compression
docker-build

In PR #304 we added a mechanism to invalidate the per-metrics SeriesId cache when series ids are deleted on the database. Thought the initial implementation is coarse-grained, trashing the entire...

Improvement
triage

This is a meta-issue tracking various ergonomic improvements for `Interval`s we may want to add. It comes from some work I was doing analyzing interval quantiles. Something like ```SQL SELECT...

feature-request

## What's the functionality you would like to add ## Import Parquet Files, and export as parquet analogous to [`jsonb_to_recordset()`](https://www.postgresql.org/docs/14/functions-json.html#FUNCTIONS-JSON-PROCESSING-TABLE) and one of the [JSON creation functions](https://www.postgresql.org/docs/14/functions-json.html#FUNCTIONS-JSON-CREATION-TABLE) (likely `to_jsonb()`. ##...

proposed-feature

## What's the functionality you would like to add ## A generic interface to aggregate of `(Time, Value)` pairs and manipulate such timeseries. ## How would the function be used...

proposed-feature

Fix this either in dependent multi, or the piece algorithm and server

We currently copy inputed packets upon adding them to the chain. It should be possible to simply increment the refcount and store the packet as is. This would require adding...

enhancement
dpdk-server
Postponed