Introduce the table form of field compression
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 15
- Forks
- 49
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
Since: 3.7
Root document: https://www.tarantool.io/en/doc/latest/platform/ddl_dml/tuple_compression/
The format field compression can now be specified in a table form with
compression options specified. Examples:
compression = 'lz4'compression = {type = 'lz4'}compression = {type = 'lz4', acceleration = 1000}compression = {type = 'zlib', level = 6, mem_level = 8}
Requested by @mkostoevr in https://github.com/tarantool/tarantool-ee/commit/e0fa2b4d337290ae42df9b25e765e0be985fff86.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked root document on tuple compression and locate the existing field-compression documentation. Add the requested table-form examples and compression options described in the issue. Done means the documentation covers both the string form and the table form with type, acceleration, level, and mem_level examples.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100