Skip to content

configuring memory #9904

Answered by tglman
budd3r asked this question in Q&A
Dec 7, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi,

Yes your number are reasonable, also it all depends on the kind of operations you do: if you have a lot of data that need to be accessed frequently a bigger disc cache is better, if you have a lot of complex query that need to do buffering in memory ( like distinct or not indexed ordering) than a bigger heap is required.

Anyway the disk cache is just a cache, so the size of it will only change the performance and need to be at most as big as the data on the disk is big.

Regards

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@budd3r
Comment options

Answer selected by budd3r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants