1.

Explain Issues For Database Performance?

Answer»

The installation of the database is an IMPORTANT issue since the better the installation, the better the performance could be. Memory usage is learning how the DBMS USES MAIN memory and then using that KNOWLEDGE to enable better performance. I/O is usually very intense in a DB, so understanding how users will use the data will help to prepare the database better. CPU usage and application tuning are also important considerations.

The installation of the database is an important issue since the better the installation, the better the performance could be. Memory usage is learning how the DBMS uses main memory and then using that knowledge to enable better performance. I/O is usually very intense in a DB, so understanding how users will use the data will help to prepare the database better. CPU usage and application tuning are also important considerations.



Discussion

No Comment Found