How to decide the high-units number for the front & back scheme for near cache?
for.e.g lets consider that we will have one lakhs key/value pair(1,00,000)
<near-scheme>
<front-scheme>
<high-units>IS THERE ANY CALCULATION/RULES TO CALCULATE front limit?</high-units>
</front-scheme>
<back-scheme>
<high-units>IS THERE ANY CALCULATION/RULES TO CALCULATE back limit?</high-units>
</back-scheme>
</near-scheme>
I can divide front high-units is 20000 and back high-units is 80000 but is there any way to decide front's high units based on back's high units?
Is it depends on available RAM and something else more?