Mike Freedman

Results 40 comments of Mike Freedman

Hi @minfrin Typically migrations happens across versions, not between the same version. (And it looks like you currently have software that was built by a third party, as opposed to...

Thanks for the suggestion. Can you clarify the version, though?

Progress! 👀 https://github.com/timescale/timescaledb/pull/4668

Thanks for this tracking issue, @shane-axiom. Team indeed plans to mitigate some of these limitations. As a start, we've recently merged a PR that allows one to ALTER the schema...

Update: We've been making great progress on this, and should release soon the ability to INSERT rows directly into compressed hypertables.

Definitely an analytical function on our short list. Thanks for the request. (And if others would similar like this, please upvote!)

@pedrokost This isn't exactly the same, but I can confirm that you can create a concurrent index on an individual chunk, and we also just merged a fix that performs...

Mac OSX has significantly locked down their permissions model in recently OS versions. Do you see anything about granting permissions around this executable? Or does this help at all? Esp....

Additionally, you may receive a WARNING during pg_dump that has caused some conflusion: ``` DETAIL: Data for hypertables are stored in the chunks of a hypertable so COPY TO of...

Hi @EmergentCybernetics This is a known aspect of the scheduler, that the interval is the amount of time _between_ executions, and doesn't guarantee that the program runs at exactly the...