Guest_imported
New member
- Jan 1, 1970
- 0
1) As i know quota can work in ext2 but can quota work in FAT, UFS, XFS partition ?
2) if i my company have the large database as 1 terabytes, this database is use at the web enviroment, What database software should i use to inclese the best performmence ?(a/b/c/d) ??
-a)Put every field into a different table.
-b)Use mptools to set up massively parallel access to the data in the database.
-c)Use a Beowulf cluster with MySQL. MySQL automatically configures itself for use in a Beowulf environment. Index commonly used fields.
-d)Divide the database into n pieces. Put 1/n of the database on individual computers in a cluster. Index commonly used fields.
2) if i my company have the large database as 1 terabytes, this database is use at the web enviroment, What database software should i use to inclese the best performmence ?(a/b/c/d) ??
-a)Put every field into a different table.
-b)Use mptools to set up massively parallel access to the data in the database.
-c)Use a Beowulf cluster with MySQL. MySQL automatically configures itself for use in a Beowulf environment. Index commonly used fields.
-d)Divide the database into n pieces. Put 1/n of the database on individual computers in a cluster. Index commonly used fields.