Home > Storage > PowerStore > Databases and Data Analytics > Dell PowerStore: MongoDB Solution Guide > Data ingestion time
Using YCSB, 200 million documents are inserted into the database using different compression algorithms. Figure 12 compares the total data ingestion time of these compression algorithms.
With zlib and zstd compression algorithms, the time spent writing the dataset to the database is longer than using the default snappy compression or no compression. The zstd algorithm appears to perform better than the zlib algorithm as it achieved a similar reduction saving but shorter ingestion time.