View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002258 | GNUnet | GNS | public | 2012-04-05 12:38 | 2012-06-02 19:15 |
| Reporter | schanzen | Assigned To | schanzen | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | Git master | ||||
| Target Version | 0.9.3 | Fixed in Version | 0.9.3 | ||
| Summary | 0002258: Query namestore for any record type in resolve to improve performance | ||||
| Description | Atm we query either for PKEYs to delegate or the queries RR type (could also be a PKEY). The namestore will resturn NO record with the specified name if no record matches the specified type. The problem: A www.a.b.gnunet 1. query ns for b PKEY -> get it 2. query for a PKEY -> get it 3. query for www PKEY -> no PKEY but A record exists! -> Cheking DHT for www PKEY If the namestore would return ALL records we could check manually for the type ans skip the DHT lookup -> Major improvement to performance. This requires some changes to the resolver logic for we get different NS results then. | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2012-04-05 12:38 | schanzen | New Issue | |
| 2012-04-05 12:38 | schanzen | Assigned To | => schanzen |
| 2012-04-05 12:38 | schanzen | Status | new => assigned |
| 2012-04-10 14:19 | schanzen | Note Added: 0005705 | |
| 2012-04-10 14:19 | schanzen | Status | assigned => resolved |
| 2012-04-10 14:19 | schanzen | Resolution | open => fixed |
| 2012-04-12 10:02 | Christian Grothoff | Product Version | => Git master |
| 2012-04-12 10:02 | Christian Grothoff | Fixed in Version | => 0.9.3 |
| 2012-04-12 10:02 | Christian Grothoff | Target Version | => 0.9.3 |
| 2012-06-02 19:15 | Christian Grothoff | Status | resolved => closed |