What are the points to be taken care of when designing a database on Linux?
10345 pts.
0
Q:
What are the points to be taken care of when designing a database on Linux?
What are the points to be taken care of when designing a database on Linux? What are the different replication methods available?
ASKED: Oct 26 2009  2:39 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
46735 pts.
0
A:
 RATE THIS ANSWER
+1
Click to Vote:
  •   1
  •  0
  • AddThis Social Bookmark Button
The same as designing a database on any other platform.

On the hardware side make sure that you have enough RAM and CPU power. Make sure that you have enough disk space, and that the storage is fast enough. Make sure you have a way to back everything up.

Within the database, use the correct data types, and the correct recovery model and database engine for the project. A properly designed relational model is key to maintaining good performance as the database grows.
Last Answered: Oct 27 2009  3:43 AM GMT by Mrdenny   46735 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Carlosdl   29760 pts.  |   Oct 27 2009  11:18PM GMT

As for the replication methods, it will depend on the database you choose.

 
0