aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2022-08-24 15:17:08 +0000
committerGeir Storli <geirst@yahooinc.com>2022-08-24 15:17:08 +0000
commitd546929a5e4dabaac53717d45dd2bb5c818429a4 (patch)
tree125dc5075f93399b6b46560834d6b7c9745d4095 /client
parent26d0b997cc573bac2a1d7eda7a2494449452e121 (diff)
Add 'paged' support for reference attribute fields.
The memory usage of a reference attribute can be calculated as follows: num_child_docs * 8 + num_parent_docs * 24 + num_child_docs_where_parent_reference_is_set * 4. When using 'paged' the btrees used in the reverse mapping from parent lid to child lids are still memory allocated. This is the num_child_docs_where_parent_reference_is_set part of the equation above.
Diffstat (limited to 'client')
0 files changed, 0 insertions, 0 deletions