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 p

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 wrote: > BIND loads all views to memory, with that number you will run into memory >

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 to

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 sequ

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 sou

Re: Max number of views and performance.

2011-08-24 Thread Dmitry Rybin
24.08.2011 08:04, sky shade пишет: 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 performance implication in use to many views? I use about 120 views. It accure 1,8gb of RAM in Idle. You