BIND 10 #1756: revise "ITERATE" query in sqlite3_accessor

BIND 10 Development do-not-reply at isc.org
Mon Mar 5 09:36:47 UTC 2012


#1756: revise "ITERATE" query in sqlite3_accessor
-------------------------------------+-------------------------------------
            Reporter:  jinmei        |                        Owner:
                Type:  defect        |                       Status:  new
            Priority:  major         |                    Milestone:  Year
           Component:  data source   |  3 Task Backlog
           Sensitive:  0             |                     Keywords:
         Sub-Project:  DNS           |              Defect Severity:  N/A
Estimated Difficulty:  0             |  Feature Depending on Ticket:
         Total Hours:  0             |          Add Hours to Ticket:  0
                                     |                    Internal?:  0
-------------------------------------+-------------------------------------
 See https://lists.isc.org/pipermail/bind10-dev/2012-March/003167.html

 With the current schema zone iterator will be slow for a huge zone (I
 actually confirmed it via the command line interface of sqlite3).

 We should either:
 - sort the result only by rname, or
 - add an index on (rname, rdtype)

 The latter has a side effect of making the DB bigger (in my
 experimental data it made the DB file 20% bigger), and will make
 updates slower (I have no data about this though).

-- 
Ticket URL: <http://bind10.isc.org/ticket/1756>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list