timescale / docs

Timescale product documentation 📖
https://docs.timescale.com/
45 stars 87 forks source link

[Feedback] Page: /use-timescale/latest/compression/compression-methods/ #3138

Open jedwards1211 opened 2 months ago

jedwards1211 commented 2 months ago

Is it easy to find the information you need?

No

Are the instructions clear?

No

How could we improve the Timescale documentation site?

The docs on "dictionary compression" don't make it clear if and how well JSONB would be compressed. Since the example only depicts associating a number with each unique value, it seems to mean that each distinct JSONB value would be associated with a different number, which wouldn't be viable in practice, although in reality according to other sources LZ compression is used, which is fine.

LZ is a "dictionary coder" so the documentation kind of hints at this, but it should just be fully explicit.

github-actions[bot] commented 2 months ago

Thank you for the report. We welcome documentation contributions!