Which of the following are general features of replication?
A. Can be used to distribute the load caused by servicing many clients.Does max_connections have an affect on the number of slaves that may connect to a master?
A. No, because slaves are not really clients.When choosing hardware for your MySQL server, is memory important to MySQL and why?
A. No, because MySQL makes use of virtual memory on disks.Which of the following best describes when it might be advantageous to split a dynamic-row table into dynamic-row and fixed-row tables?
A. When the table contains both fixed and variable length columns, but the majority of queries on it access the fixed length columns.Which of the following statements best describe the key buffer?
A. It is a global buffer.What benefits do you get after compressing a MyISAM table?
A. The files on disk consume less space.To prevent users from seeing the password used for FEDERATED tables, you should...
A. not grant them privileges to execute SHOW CREATE TABLE for this table.Consider the following EXPLAIN of a simple Join: mysql> EXPLAIN SELECT CountryList.Name, CityList.Name, CityList.Population -> FROM CountryList JOIN CityList ON CountryList.Code = CityList.Country -> WHERE CityList.Population > 8000000\G *************************** 1. row *************************** id: 1 select_type: SIMPLE table: CountryList type: ALL possible_keys: NULL key: NULL key_len: NULL ref: NULL rows: 239 Extra: *************************** 2. row *************************** id: 1 select_type: SIMPLE table: CityList type: ALL possible_keys: NULL key: NULL key_len: NULL ref: NULL rows: 4079 Extra: Using where How many rows need to be examined to perform the join?
A. 239, the number of rows in the first tableSuppose you have a server whose log files, data directory, and temporary files are distributed on different disks. How would this affect overall performance, compared to a server where all components reside on a single disk?
A. Performance would remain about the same, because the same amount of disk usage would be needed.Which of the following best describes what the connection backlog is and why it may need to be increased?
A. It may need to be increased on a server with a high rate of transactions.Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Oracle exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Z0-874 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.