Andrey Upadyshev

Results 32 comments of Andrey Upadyshev

Somehow related: metrics deleted with `drop_metric` are still visible in the Grafana metrics browser.

@Harkishen-Singh yes, I’ve just called `prom_api.drop_metric` as you said. I’ll try to reproduce it one more time and come back. Btw, before you’ve deleted the metric have you seen it...

@Harkishen-Singh I have rechecked the behavior of `drop_metric` and it does not delete metric names for me. To get metric names Promscale executes `SELECT value from _prom_catalog.label WHERE key='__name__'` and...

@rodgert what do you think about this issue?

@rodgert what do you think about this issue?

Any plans to fix it? This bug makes impossible to use compression with custom time column hypertables which is a blocker for us

That's a serious limitation to us because row level triggers are several times slower than statement triggers

It looks like async commands or pipelining would help in our case a lot. Our case is: start a transaction, insert 1-10K of rows into around 10 tables and commit...

@glenfe that’s not exactly what I need for my project. I have a public header dependency on mp11 so if I ship my library binary and headers (so apps can...

That’s correct. But I’d prefer to use option 1 so users need less to install.