On Fri, Jun 17, 2011 at 10:27:26AM -0500, Tim Donohue wrote:
> DSpace itself uses the filesystem for storage. So you are only limited 
> by your available file system space. So, if your 3 million items take up 
> 3TB of space, then you will need to ensure DSpace has access to 3TB 
> worth of local (or mounted) storage space.

You also need enough administrative overhead storage (inodes on Unix,
index blocks or some such thing on Windows) to account for your
millions of files.  Likely this will not be a problem, but if you have
a good estimate of the number of bitstreams (files) you expect then it
wouldn't hurt to check.

Also, most object types in the database have a unique identifier which
is an SQL INTEGER.  If you're using PostgreSQL then, for example, you
can't create more than 2,147,483,647 Items.  A few millions should not
hit any hard limit.

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Asking whether markets are efficient is like asking whether people are smart.

Attachment: pgppORHDqxlsi.pgp
Description: PGP signature

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Dspace-general mailing list
Dspace-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-general

Reply via email to