Eric Satterwhite

Results 209 comments of Eric Satterwhite

> ...insert into stream >> transform >> hypertable: > > ``` > INSERT 0 1838298 > Time: 73727.930 ms (01:13.728) > ``` @derekjn when inserting into a stream, is the...

Adding a column without losing existing data would be great. That is one of my biggest concerns with pipielinedb currently. Even if there wasn't any back filling and just started...

This is problematic for me as well. I would like to add pg_cron to a template database. Even being able to add multiple database names in `cron.database_name` wouldn't solve the...

I would not want to run a search engine that relies on redis as a query cache. redis is rather difficult to scale horizontally. Not impossible, difficult and unpleasant. Our...

> @esatterwhite TB data, What type of the data, logs? Yes

With all. Of our compliance restrictions across 20.different environments we basically have to run on premise

> @esatterwhite Are you using ssh key-based authentication mechanism? If so, I'm surprised this doesn't work. The current fetcher tries to download the releases tarball over https. Unless there is...

> @esatterwhite given the user base of the project, this request is only relevant to a very small portion of the users so we didn't prioritize solving this. Open to...

What else needs to happen for this to be implemented?

Is it possible to specify a git repository as a dependency in the spec file? ```lua dependencies = { "git+ssh://github.com:organization/repo.git#ref" }