Creating a view index from scratch on a very large database (15+ GB) causes enough disk I/O to bring a pretty good-sized server to its knees. It can also cause a database to be very slow/unavailable until the index is built.
The web-based databases we create always seem to have some view ...