in reply to [Semi-OT] Views, Stored Procedures, and Class::DBI
As for why you would use each feature, here's a quick primer:
Also, they're great for frequent joins. Let's say you have a join of three tables that you do on a regular basis. By providing a view for that join, you can reduce the query time because the DB will keep that resultset around as a temporary table.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: [Semi-OT] Views, Stored Procedures, and Class::DBI
by tilly (Archbishop) on Oct 19, 2005 at 06:13 UTC | |
by mescanne (Sexton) on Oct 19, 2005 at 12:16 UTC | |
by dragonchild (Archbishop) on Oct 19, 2005 at 13:18 UTC | |
Re^2: [Semi-OT] Views, Stored Procedures, and Class::DBI
by jgallagher (Pilgrim) on Oct 18, 2005 at 15:34 UTC | |
Re^2: [Semi-OT] Views, Stored Procedures, and Class::DBI
by diotalevi (Canon) on Oct 18, 2005 at 15:39 UTC | |
by dragonchild (Archbishop) on Oct 18, 2005 at 15:55 UTC | |
Re^2: [Semi-OT] Views, Stored Procedures, and Class::DBI
by adrianh (Chancellor) on Oct 19, 2005 at 14:15 UTC |