Cluas

Results 21 comments of Cluas

query like this: ```sql "\n\t insert into public.awsdms_ddl_audit\n\t values\n\t (\n\t default,current_timestamp,current_user,cast(TXID_CURRENT()as varchar(16)),tg_tag,0,'',current_schema,_qry\n\t );" ```

add test.sql [test.sql.zip](https://github.com/Qovery/Replibyte/files/9409506/test.sql.zip)

DDL ```sql -- DDL generated by Postico 1.5.20 -- Not all database features are supported. Do not use for backup. -- Table Definition ---------------------------------------------- CREATE TABLE test ( id integer...

Any progress? I have a requirement that I want the data to be stored by region and then queried by the distributed table engine.

> I would be interested to know what the result of trying Phlare with Qryn is. Have you tried to run it? Does it not work with Loki already out...

We now use https://github.com/parca-dev/parca, We modified its code to replace the underlying storage with clickhouse, but parca's grafana plugin is not pretty 😂

![grafana-profiles](https://github.com/grafana/phlare/blob/main/images/grafana-profiles.gif?raw=true)

> @Cluas this is most definitely going to be supported, and we'll begin integration as soon as Grafana [documents the APIs](https://grafana.com/docs/phlare/v0.1.x/operators-guide/reference-http-api/), since ingestion is only half of the picture. We...

> > We now use https://github.com/parca-dev/parca, We modified its code to replace the underlying storage with clickhouse, but parca's grafana plugin is not pretty joy > > do you insert...