-
In Lance format v2, while the byte array of a string field can benefit from general compression, the offsets array for the string field remains uncompressed (not even bit-packed). As a result, if the …
-
The [`CMD_SURVEY_RESULT`](https://github.com/gtker/wow_messages/blob/49e167baa2a9904cb6e62520d06b3ca9744af54f/wow_message_parser/wowm/login/survey_result.wowm#L3) message has a compressed field with a…
gtker updated
8 months ago
-
When Bittorrent was created, compression algorithms was slow and expensive, so user must have share uncompressed files or compress it manually to ZIP/RAR/etc.
Now people still share files in .zip …
-
## Feature request
**Is your feature request related to a problem? Please describe.**
It's not very clear from the documentation what sort of string compression algorithms apply to low cardinali…
-
Hi, when the string is long, brotli.encode/decode cuts the string in half, I've tried with several long strings and the result is the same, with short strings it works fine.
code example (I'm runni…
-
-
```
Transmission supports gzip compression for json data. Enabling gzip compression
for json structures will improve data transfer speed and reduce amount of data
transfer apx. by 6 times.
Enabling…
-
## Context
- When providing the `compression` parameter to `fsspec.open`, the underlying Filesystem object is not properly cleaned up (even with context).
- This causes any errors related to the Fi…
-
fail to process segments with `NO_COMPRESSION` method, especially ram_func data
-
### API
C++
### Description
Right now we only support: `Copy/Load from/to` JSON with optional `enforcing types`, while duckdb support a JSON Data Type to be stored in a table and can be manipulated…