Skip to content

Instantly share code, notes, and snippets.

@adyshimony
Last active February 16, 2018 17:42
Show Gist options
  • Save adyshimony/f82c8d33ab628a0afd749d1247531543 to your computer and use it in GitHub Desktop.
Save adyshimony/f82c8d33ab628a0afd749d1247531543 to your computer and use it in GitHub Desktop.
couchdb views info
14'792'755 tx
DB size 12 gig
from view:
Update sequence on DB:14792756
Processed purge sequence:0
Actual data size (bytes):2,273,303,085
Data size on disk (bytes):72,833,344,618
to view:
Clients waiting for the index:0
Update sequence on DB:14792756
Processed purge sequence:0
Actual data size (bytes):2,250,346,081
Data size on disk (bytes):73,193,190,506
block view:
Clients waiting for the index:0
Update sequence on DB:14792756
Processed purge sequence:0
Actual data size (bytes):1,572,447,912
Data size on disk (bytes):34,205,967,463
contract view:
Clients waiting for the index:0
Update sequence on DB:14792756
Processed purge sequence:0
Actual data size (bytes):3,236,003,678
Data size on disk (bytes):85,424,989,287
Total: ~264 GIG
@adyshimony
Copy link
Author

adyshimony commented Feb 15, 2018

After compaction:

DB - 11.7 gig - compaction is minor.

views compaction is very efficient

from view:

Clients waiting for the index:0
Update sequence on DB:14792756
Processed purge sequence:0
Actual data size (bytes):2,268,222,911
Data size on disk (bytes):3,585,610,792

to view:

Clients waiting for the index:0
Update sequence on DB:14792756
Processed purge sequence:0
Actual data size (bytes):2,245,379,607
Data size on disk (bytes):3,580,572,712

blocks view:

Clients waiting for the index:0
Update sequence on DB:14792756
Processed purge sequence:0
Actual data size (bytes):1,572,258,298
Data size on disk (bytes):2,633,094,184

contract view:

Clients waiting for the index:0
Update sequence on DB:14792756
Processed purge sequence:0
Actual data size (bytes):3,230,737,240
Data size on disk (bytes):5,179,089,960

Total: ~15 gig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment