Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Fix
-
5.5(EOL), 10.0(EOL), 10.1(EOL), 10.2(EOL)
-
None
Description
This is from the 10.2 MariaDB branch. TokuDB uses 161M, no other engine uses more than 20M. Can we apply compression to its impact on the github repo and my time to download it?
--- du -hs * | grep M
|
1.1M client
|
1.2M debian
|
3.0M extra
|
1.5M include
|
3.3M libmariadb
|
171M mysql-test
|
1.7M mysys
|
6.9M pcre
|
2.7M plugin
|
1.2M scripts
|
18M sql
|
2.9M sql-bench
|
248M storage
|
16M strings
|
--- du -hs storage/* | grep M
|
|
12M connect
|
13M innobase
|
3.5M maria
|
18M mroonga
|
1.6M myisam
|
1.7M perfschema
|
19M rocksdb
|
5.9M spider
|
162M tokudb
|
11M xtradb
|
--- du -hs storage/tokudb/* | grep M
|
|
143M mysql-test
|
18M PerconaFT
|
--- du -hs storage/tokudb/PerconaFT/* | grep M
|
|
3.9M PerconaFT/ft
|
5.1M PerconaFT/src
|
6.2M PerconaFT/third_party
|
--- du -hs storage/tokudb/mysql-test/* | grep M
|
|
98M mysql-test/tokudb
|
18M mysql-test/tokudb_alter_table
|
13M mysql-test/tokudb_bugs
|
14M mysql-test/tokudb_parts
|
Attachments
Issue Links
- relates to
-
MDEV-19780 Remove the TokuDB storage engine
- Closed