lighthouse
lighthouse copied to clipboard
Array support
I have this structure:
create table pinba.requests
(
...,
`tags.name` Array(String),
`tags.value` Array(String),
`timers.hitCount` Array(UInt32),
`timers.value` Array(Float32),
`timers.tagName` Array(Array(String)),
`timers.tagValue` Array(Array(String)),
)
And I don't see my data:

Tabbix for example:

Phpstorm for example (has problems with Array(Float32) and Array(Float32)):

DBeaver for example (has problems with Array(Float32) and Array(Float32)):

Lighthouse actually does support arrays, but the support is nowhere near full, that's true. Thank you for your report!