Question
What is difference between pg_dump and gp_dump?

Answers

pg_dump – Non-parallel backup utility, you need big file system where backup will be created in the master node only.
gp_dump – Parallel backup utility. Backup will be created in master and segments file system.   Your Comment






Search
Can you Answer!!
  • Q What is the most commonly prosecuted illegal act
  • Q Which type of lake is formed by volcanic activities?
  • Q How do you make a whole div into a link?
  • Q Is there a separate packet format for arp request and arp reply?
  • Q What William S Burroughs 1961 book popularised the rock music term 'heavy metal', and provided the names for at least two rock bands of the 1970s?
  • Q Explain the Lagrange's method of undetermined multipliers to find extreme values of the function f (x,y,z).
  • Q Why is it important to proofread your work?
  • Q What is Data Island?
  • Q struct x { int I; char s; } union { struct x,y; double j }z; main() { printf("%d",sizeof (union z));
  • Q Christmas Islands are the dependent territory of :
  • Q please explain cache in asp.net incl. load balancing scenario?