提交 a8e45c07 authored 作者: Thomas Mueller's avatar Thomas Mueller

Remove old and wrong documentation.

上级 4b33d308
......@@ -80,9 +80,6 @@ public class PageDataIndex extends PageIndex {
trace.debug("{0} opened rows: {1}", this, rowCount);
}
table.setRowCount(rowCount);
// estimate the memory usage as follows:
// the less column, the more memory is required,
// because the more rows fit in a page
memoryPerPage = (Constants.MEMORY_PAGE_DATA + store.getPageSize()) >> 2;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论