Re: Max number of views and performance.

2011-08-24 Thread Alans
BIND loads all views to memory, with that number you will run into memory problems. regards, Alans On 8/24/2011 7:04 AM, sky shade wrote: Hello I like to know if bind 9.8 have a limit of view? There is any number or I can create something like 1 million views without problems? There is any

Re: Max number of views and performance.

2011-08-24 Thread sky shade
Someone know how bind test client matches? I know that its respect the declaration sequence, but i dont know if they will test matches in all views before goes to default. On Wed, Aug 24, 2011 at 3:53 AM, Alans alans...@gmail.com wrote: BIND loads all views to memory, with that number you will

Re: Max number of views and performance.

2011-08-24 Thread Chris Buxton
Views are tested in order. The first view that matches (by match-* statements), wins. There is no default unless you create one as the last view, typically without any match-* statements -- the default is to match all requests. 1 million views sounds to me like a recipe for disaster. The time

Re: Max number of views and performance.

2011-08-24 Thread Steve Arntzen
It is my experience the client hits the views in order (top, down) until an ACL allows it. Once an ACL allows it in a view, it goes no further. Steve. On Wed, 2011-08-24 at 10:32 -0300, sky shade wrote: Someone know how bind test client matches? I know that its respect the declaration

Re: Max number of views and performance.

2011-08-24 Thread Torinthiel
On 08/24/11 16:03, Chris Buxton wrote: Views are tested in order. The first view that matches (by match-* statements), wins. There is no default unless you create one as the last view, typically without any match-* statements -- the default is to match all requests. 1 million views sounds