""Rodrigo Madera"" <rodrigo.madera@xxxxxxxxx> wrote > > The database is holding large ammounts of digital video, and I am > wanting to put these directly into the database. What performance > guidelines would you all give seeing my position today? > IMHO, if you don't need transaction semantics, don't put these big things into database. Instead, add a field in your table and put the link to the big things in it. Regards, Qingqing