forked from y-scope/clp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add readme about open-source datasets (y-scope#91)
- Loading branch information
1 parent
ac98b4f
commit 1b55438
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Datasets | ||
|
||
This page lists a few large log datasets you can use to try out CLP and evaluate | ||
its compression ratio against other tools. Each dataset is gzipped for more | ||
efficient downloads. We will be uploading more datasets over time. | ||
|
||
For evaluation results comparing CLP and other tools, see our | ||
[paper](https://www.usenix.org/system/files/osdi21-rodrigues.pdf). | ||
|
||
| Dataset | Uncompressed size | Download size | | ||
|---------------------------------------------------------------------------------|-------------------|---------------| | ||
| [hadoop-14TB-part1<sup>†</sup>](https://zenodo.org/record/7114847#.Y5JbHn3MKHs) | 428.94 GB | 20.33 GB | | ||
| [openstack-24hr](https://zenodo.org/record/7094972#.Y5JbH33MKHs) | 33.00 GB | 2.06 GB | | ||
| [hive-24hr](https://zenodo.org/record/7094921#.Y5JbH33MKHs) | 2.07 GB | 122.54 MB | | ||
|
||
*<sup>†</sup> We will upload the other parts soon.* |