zstd Questions

2

Solved

I had an issue while installing headptrack with CMake when running cmake -DCMAKE_BUILD_TYPE=Release .. in heaptrack/build -- Could NOT find ZSTD (missing: ZSTD_LIBRARY ZSTD_INCLUDE_DIR) CMake Err...
Hydrothorax asked 28/11, 2019 at 16:53

1

Solved

I am trying to sift through a big database that is compressed in a .zst. I am aware that I can simply just decompress it and then work on the resulting file, but that uses up a lot of space on my s...
Aalborg asked 22/1, 2023 at 4:50

1

Background "zstd" compression codec has 22 compression levels. I read this Uber blog. Regarding compressing time and file size, I verified using df.to_parquet with our data and got same e...
Cymophane asked 29/9, 2023 at 19:12

2

Solved

I'm trying to view some log files in zst format. I can use zstdcat to view the content, but when I do vim <filename.zst>, there're only garbled text. Is there a similar way as zstdcat to view...
Beamy asked 13/8, 2021 at 3:30

6

I'm a bit of a beginner when it comes to Python, but one of my projects from school needs me to perform classification algorithms on this reddit popularity dataset. The files are huge .zst files an...
Brackely asked 6/4, 2020 at 19:45

2

Solved

I am currently working on a python application, that works with facebook api's. As we all know, facebook loves their own technology and is working with zstd for data compression. The problem: faceb...
Dithyramb asked 3/8, 2021 at 14:31

3

It is stated that the default zstd compression level is 1 in Spark documentation. https://spark.apache.org/docs/latest/configuration.html I set this property to different values both in spark-defau...
Grison asked 9/12, 2021 at 11:2

1

I am using Zstd compression in Java for compressing a large JSON payload. I am using methods from the zstd-jni library for Java. I create a byte array out of the JSON string and use this method. pu...
Colas asked 15/4, 2022 at 15:58

1

Solved

I've tried common solutions written for mysqlclient error 1st try: brew install mysql-connector-c 2nd try: LDFLAGS=-L/usr/local/opt/openssl/lib pip install mysqlclient 3rd try: brew install zstd ...
Sulfamerazine asked 31/5, 2021 at 2:21

1

Solved

I'm using Spark 3.0.1 with user provided Hadoop 3.2.0 and Scala 2.12.10 running on Kubernetes. Everything works fine when reading a parquet file compressed as snappy, however when I try to read a p...
Climactic asked 17/11, 2020 at 13:44

1

Solved

I'm trying to read a zst-compressed file using Spark on Scala. import org.apache.spark.sql._ import org.apache.spark.sql.types._ val schema = new StructType() .add("title", StringType...
Barbicel asked 14/4, 2021 at 21:15

1

I use docker-compose under Windows 10 like so: version: '3' services: mongo: image: mongo:4.2 ports: - "27017:27017" restart: always volumes: - type: bind source: ${PWD}/mongod.c...
Werth asked 8/4, 2021 at 11:37

1

I have been trying to download this dataset through my Mac terminal. I know it's huge! https://zenodo.org/record/3606810 I have the tar.zst file, and when I try to decompress (using zstd -d pol_06...
Carlow asked 27/5, 2020 at 15:39

3

Solved

AWS Redshift has recently released their own new encoding format AZ64, for which they say: Compared to ZSTD encoding, AZ64 consumed 5–10% less storage, and was 70% faster When I use an ANALYZE...
Scharaga asked 21/11, 2019 at 15:12

6

Solved

Suppose I have two files: file1.zst file2.tar.zst How can I decompress these files in terminal?
Preengage asked 27/7, 2017 at 15:37

1

I'm trying through Windows terminal to decompress a large number of compressed files with zstd v1.4.0 and then 'ag' search over : zstd -dc -r . | ag -z -i "term" It gives me the following error w...
Mitchmitchael asked 31/7, 2019 at 10:12

1

I have large zstd-compressed text files. How can I run fast search over them ? Can I use AG (The Silver Searcher) or something similar ? I've tried AG but it doesn't work, I have a "failed to ...
Trichloroethylene asked 25/7, 2019 at 9:40
1

© 2022 - 2025 — McMap. All rights reserved.