On Thursday 01 October 2009 18:38:27 Andreas Piesk wrote: > Hi list, > > i played around with scratchpools and noticed that every media has a > scratchpoolid: > > CREATE TABLE Media ( > .. > ScratchPoolId INTEGER UNSIGNED REFERENCES Pool DEFAULT 0, > .. > ); > > pools can have a scratchpool, but medias? what's the purpose of > Media.ScratchPoolId? >
The values in the Pool resource are defaults used when creating Volumes (media). Thus each Volume has its own ScratchPool, which can be different for each Volume (if you want). ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
