View Issue Details

IDProjectCategoryView StatusLast Update
0002258GNUnetGNSpublic2012-06-02 19:15
Reporterschanzen Assigned Toschanzen  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.9.3Fixed in Version0.9.3 
Summary0002258: Query namestore for any record type in resolve to improve performance
DescriptionAtm 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.
TagsNo tags attached.

Activities

schanzen

2012-04-10 14:19

administrator   ~0005705

fixed in svn

Issue History

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