Changes between Version 1 and Version 6 of Ticket #1836


Ignore:
Timestamp:
2012-11-21T00:49:35Z (12 years ago)
Author:
zooko
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1836

    • Property Owner set to davidsarah
    • Property Status changed from new to assigned
    • Property Summary changed from stop crawling share files in order to figure out how many shares you have to use leasedb (not crawler) to figure out how many shares you have and how many bytes
  • Ticket #1836 – Description

    v1 v6  
    1 In current trunk, there is a "BucketCountingCrawler" whose job it is to count up how many shares are stored.
     1In current trunk, there is a "!BucketCountingCrawler" whose job it is to count up how many shares are stored.
    22
    33I propose that this be replaced by using the leasedb to count files (a simple SQL COUNT query!), and at the same time to extend the storage server's abilities by letting it be able to add up the aggregate sizes of things as well as their number.