Can anyone please tell me the impact of uncommenting these two parameters of postgresql.conf ig file.
#commit_delay = 0 # range 0-100000, in microseconds
#commit_sibling s = 5 # range 1-1000
And is there any, auto commit setting can be done thru this?
#commit_delay = 0 # range 0-100000, in microseconds
#commit_sibling s = 5 # range 1-1000
And is there any, auto commit setting can be done thru this?
Comment