Re: [JDBM] Page size

2009-12-03 Thread Emmanuel Lecharny
Ersin ER a écrit : Hi, As far as I understand size of a page in our JDBM implementation is specified in terms of number of entries, not in bytes. So we're not using fixed length pages. In such a case how can we control the amount of memory that JDBM uses? And from both theoretical and practical

[JDBM] Page size

2009-12-03 Thread Ersin ER
Hi, As far as I understand size of a page in our JDBM implementation is specified in terms of number of entries, not in bytes. So we're not using fixed length pages. In such a case how can we control the amount of memory that JDBM uses? And from both theoretical and practical perspective, how does