Oracle
1Z0-873 · Question #7
Where is the data stored for a table that is defined as using the FEDERATED Storage Engine?
The correct answer is C. The data can be stored on any host depending on the definition of the table. "Remote" in the preceding discussion actually is not quite accurate: FEDERATED tables can be defined for accessing tables from other servers running on the same host, or even other tables from the same server.
JDBC
Question
Where is the data stored for a table that is defined as using the FEDERATED Storage Engine?
Options
- AThe data will always be stored on the local host.
- BThe data will always be stored on a remote host.
- CThe data can be stored on any host depending on the definition of the table.
- DThe data will always be stored on disk.
- EThe data will always be stored in memory.
- FThe data will be stored according to the storage engine of the referenced table.
How the community answered
(35 responses)- A17% (6)
- B3% (1)
- C71% (25)
- D6% (2)
- E3% (1)
Explanation
"Remote" in the preceding discussion actually is not quite accurate: FEDERATED tables can be defined for accessing tables from other servers running on the same host, or even other tables from the same server.
Topics
#FEDERATED storage engine#remote host#MySQL#table definition
Community Discussion
No community discussion yet for this question.