Niksa Jakovljevic

Results 35 comments of Niksa Jakovljevic

Hey! The `move_chunk` command requires either existing hypertable index to be marked as CLUSTERED (in PostgreSQL) or hypertable index needs to be supplied in the command explicitly. So for example...

Fixes in https://github.com/timescale/promscale/pull/1705 mean that great majority of users shouldn't have to tweak `metrics.cache.series.initial-size` . Benchmark numbers look pretty good now with default settings so `cache.memory-target` can stay the same.

Reopening issue to validate existing `DefaultSeriesCacheSize = 250000` setting which seems low.

Base on memory heap profile existing `DefaultSeriesCacheSize = 250000` uses around 70MB. Maybe we should reconsider increasing it to 500K or maybe even 1M? (140MB or 280MB)? That would make...

Sure I can give that a run. Judging from the code change I'm confident that it should work. However this change might not play nicely with `ValidateConnect` function b/c the...