Changes between Version 1 and Version 6 of Ticket #1836
- Timestamp:
- 2012-11-21T00:49:35Z (12 years ago)
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.1 In current trunk, there is a "!BucketCountingCrawler" whose job it is to count up how many shares are stored. 2 2 3 3 I 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.