GithubHelp home page GithubHelp logo

Comments (3)

bluejekyll avatar bluejekyll commented on June 11, 2024 1

Yes, this is a known issue, I think it’s the same as reported here #351

from hickory-dns.

darnuria avatar darnuria commented on June 11, 2024

Oh thanks did a quick search about AXFR and stream and issue and didn't find out, was already late in Europe. Feel free to close I can report the info you think are useful there. :)

EDIT: Will try to spend some time reading carefully the other issue to checkout if it's really the same or if it add some info. Cannot promise to do it today but next-week I can try if you think it's worth it.

from hickory-dns.

bluejekyll avatar bluejekyll commented on June 11, 2024

A quick synopsis on this, I think to fix this we need to change or add a new method into the Authority/Catalog for this operation to properly work. Right now, if I remember correctly, we return the entire zone in a single call and then stream that back. That's bad for large zones. What we need is a continuation call, like get first 0..N record, get next N..(N + N) records, etc. That would allow us to properly stream back an entire very large zone.

We also probably have some other deficiencies that we will need to take care of as well, for example, we really need an on disk option for zone lookups and not store them entirely in memory. I think there might be an old issue for that.

from hickory-dns.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.