docs icon indicating copy to clipboard operation
docs copied to clipboard

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

Open jedwards1211 opened this issue 10 months ago • 1 comments

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.

jedwards1211 avatar Apr 16 '24 22:04 jedwards1211

Thank you for the report. We welcome documentation contributions!

  • For information about how to propose a change, see the contributing guide in our GitHub repository.
  • For information on style and word usage, see the style guide

github-actions[bot] avatar Apr 16 '24 22:04 github-actions[bot]