You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Resource | Operation | Merge policy | Cost in disk I\/O operations |
@@ -131,7 +134,8 @@ description:
131
134
132
135
* The worst-case in-memory size of the write buffer is \(O(B)\).
133
136
134
-
The maximum size of the write buffer on the write buffer allocation strategy, which is determined by the @confWriteBufferAlloc@ field of @TableConfig@.
137
+
The maximum size of the write buffer on the write buffer allocation strategy,
138
+
which is determined by the @TableConfig@ parameter @confWriteBufferAlloc@.
135
139
Regardless of write buffer allocation strategy, the size of the write buffer may never exceed 4GiB.
136
140
137
141
[@AllocNumEntries maxEntries@]:
@@ -140,7 +144,8 @@ description:
140
144
* The worst-case in-memory size of the Bloom filters is \(O(n)\).
141
145
142
146
The total in-memory size of all Bloom filters is the number of bits per physical entry multiplied by the number of physical entries.
143
-
The required number of bits per physical entry is determined by the Bloom filter allocation strategy, which is determined by the @confBloomFilterAlloc@ field of @TableConfig@.
147
+
The required number of bits per physical entry is determined by the Bloom filter allocation strategy,
148
+
which is determined by the @TableConfig@ parameter @confBloomFilterAlloc@.
144
149
145
150
[@AllocFixed bitsPerPhysicalEntry@]:
146
151
The number of bits per physical entry is specified as @bitsPerPhysicalEntry@.
@@ -165,7 +170,8 @@ description:
165
170
166
171
* The worst-case in-memory size of the indexes is \(O(n)\).
167
172
168
-
The total in-memory size of all indexes depends on the index type, which is determined by the @confFencePointerIndex@ field of @TableConfig@.
173
+
The total in-memory size of all indexes depends on the index type,
174
+
which is determined by the @TableConfig@ parameter @confFencePointerIndex@.
169
175
The in-memory size of the various indexes is described in reference to the size of the database in [/memory pages/](https://en.wikipedia.org/wiki/Page_%28computer_memory%29).
0 commit comments