Created
February 11, 2018 21:53
-
-
Save sofar/281ba09a8c09b723e491d849f2365e7b to your computer and use it in GitHub Desktop.
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
$ time ~/git/mtmapprune/mtmapprune ebl.sqlite -4890 200 7700 -15383 -100 1200 | |
2018/02/11 12:35:53 Collecting blocks | |
2018/02/11 12:36:39 Deleting blocks | |
2018/02/11 13:49:03 Vaccuuming database. This can take a long time, please do not interrupt this process | |
Removed 8419241 of 9721259 blocks (limits: [-15383, -100, 1200]-[-4890, 200, 7700]) | |
real 74m22.140s | |
user 5m18.357s | |
sys 2m19.500s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ time ~/git/mtmapprune/mtmapprune ebl.sqlite -4890 200 7700 -15383 -100 1200
2018/02/11 13:56:54 Collecting blocks
2018/02/11 13:56:56 Deleting blocks
2018/02/11 13:56:56 Vaccuuming database. This can take a long time, please do not interrupt this process
Removed 0 of 1302018 blocks (limits: [-15383, -100, 1200]-[-4890, 200, 7700])
real 0m52.269s
user 0m2.901s
sys 0m4.490s