[tor-bugs] #17321 [CollecTor]: Index to better support downloaders

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Oct 12 16:16:55 UTC 2015


#17321: Index to better support downloaders
-----------------------------+-----------------
     Reporter:  atagar       |      Owner:
         Type:  enhancement  |     Status:  new
     Priority:  major        |  Milestone:
    Component:  CollecTor    |    Version:
   Resolution:               |   Keywords:
Actual Points:               |  Parent ID:
       Points:               |    Sponsor:
-----------------------------+-----------------

Comment (by atagar):

 > What do you think, is that still reasonable?

 Very. I like this idea a lot. Modeling the directory tree as follows would
 be pretty dense...

 {{{
 {
   'contents': {
     'bridge-descriptors': {
       'extra-infos': {
         '2015-10-09-16-09-02-extra-infos': {
            'last_modified': '09-Oct-2015 16:09',
            'size': 1572864
         },
         '2015-10-09-17-09-02-extra-infos': {
            'last_modified': '09-Oct-2015 17:09',
            'size': 1468006
         }
      }
    }
 }
 }}}

 That's 90 characters without whitespaces. The last_modified doesn't seem
 worth the space and we can add them later if we need 'em, further dropping
 it to 53 characters per entry. That's ~108 KB. Very reasonable.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/17321#comment:2>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list