We do not use access locking on our views. The tables are static, so there is no need to allow "dirty reads". Is there any processing/performance advantage to using an access lock on a view? We do have some very large tables (300+ mill rows) that are hit symultaneously by multiple selects. Does a view need to be an access lock for syncronized scanning?