|
I am concerned about using NFS for Fedora's mount point. I need to
check with Chris Wilper because I seem to recall some problems when the
network goes flaky (not to mention that NFS is a security mess unless
it is behind a well controlled firewall). Plus NFS is not really
fast. NFS is slowing dying off in most data centers except for backup
or very fault tolerant cheap NAS storage. My tests were with high
performance connections such as dedicated direct connection storage
networks, iSCSI, and Fibrechannel. Unless you use a connection that
runs close to direct connection speeds you will really slow down
disseminations (and ingest). The new Akubra project will likely take up how to store over less reliable networks. ALL the bitstreams and all the FOXML are stored as files. This lets you rebuild if the DBMS or Triplestore fails. The DBMS (and the Triplestore if you use one) is there to speed up operations or enable queries. Only a very limited amount of data is stored in the DBMS (metadata kind of stuff extracted from the FOXML). It is perfectly OK to have the DBMS and FC run on the same server in all but the very largest installations. Most installations run in your proposed configuration. In a very large repository you may consider running the DBMS on its own server which is tuned just for that purpose. While you can store just the bitstreams on your SAN/Fabric, I would keep the objects there too. If you have a well performing SAN/Fabric connection you can store everything on it except I would keep the operating system on a locally attached disk for bootstrap convenience and the swap partition. -- Dan Phil Cryer wrote: On Wed, 2008-08-20 at 14:57 -0400, Daniel Davis wrote: -- Daniel W. Davis Chief Software Architect, Fedora Commons Researcher, Cornell Information Science http://www.fedora-commons.org [EMAIL PROTECTED] [EMAIL PROTECTED] (607) 255-6090 (Office) |
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________ Fedora-commons-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
