Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Array support #3

@morozovsk

Description

@morozovsk

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:
screen297

Tabbix for example:
screen298

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions