What is the CAP theorem?
The CAP theorem states that a distributed database can achieve at most two of the following three properties:
• Consistency (C) – All nodes have the same data at the same time.
• Availability (A) – System continues to function even if nodes fail.
• Partition Tolerance (P) – System continues to operate despite network failures.
No system can provide all three simultaneously.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can Multiple instances be run on Single Machine???
Explain the difference between a procedure and a function? What do you understand by those terms?
What is a heap related to database ?
1 Answers TCS, University of Edinburgh,
In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?
Please send me Informatica 8.1 certification dumps, my mail id mona85gupta@gmail.com
Differentiate between pre-select and pre-query?
What is difference between Rename and Alias?
Hi, I want table structure shown below. How can i create this ? Num Name Address Addr1 Addr2 I want Addr1 and Addr2 under Address column. How can i achive this ? Is it possible ?
What is the difference between translate and replace in oracle?
What is a Database instance ? Explain?
Can objects of the same Schema reside in different tablespaces.?
What is autonomous transaction?