Eugene Klimov
Eugene Klimov
Are you use clickhouse compatible https://github.com/datafuselabs/databend ? Is `databend` support HTTP protocol for queries?
Could you press CTRL+SHIFT+I -> Network tab and try to find request and response from grafana to grafana backend dataproxy is return 200 code with properly result? moreover, could you...
> no function matches the given name: 'touint32', do you mean 'to_uint32', 'to_int32', 'to_uint8', 'try_to_uint32', 'to_uint16', 'to_uint64', 'to_int8'? It means `databend` doesn't support standard clickhouse functions like `toUInt32` and have...
Still reproduce in 23.11+ for the following query ```sql SELECT table, database FROM system.tables WHERE database IN ( SELECT name FROM system.databases WHERE engine IN ('Ordinary', 'Atomic', 'Memory', 'Lazy') )...
```sql SELECT table, database FROM system.tables WHERE database IN ( SELECT name FROM system.databases WHERE engine= 'Ordinary' or engine='Atomic' or engine='Memory' or engine='Lazy' ) ``` also doesn't work https://fiddle.clickhouse.com/ddd1476b-6d88-4a11-8a14-aea54f9cb2bb
> What are the immediate benefits of using clickhouse? ClickHouse allows to analyze billions of rows instead of million of rows by default
Fixed in plugin version 3.1.0 (hope will release this week), sorry for the inconvenience
yes, 3.1.1 recently released @spelexander please confirm issue resolved for you after upgrade
@lunaticusgreen also looks like auto-complete query fetch is synchronous i mean we wait when it complete before trying to show query editor
could you provide screenshots or full stacktrace from DevTools Javascript console?