What is the command that can be used to allocate memory in postgreSQL?

Questions by scott   answers by scott

Showing Answers 1 - 6 of 6 Answers

palloc is used to allocate memory in POSTGRESQL. POSTGRESQL memory allocation follows interesting concept of allocating memory within memory contexts. This concept helps in efficiency way of managing memory preventing many problems that pccurs due to improper memory allocation like memory leaks.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions