Skip to content

Commit a57cf1e

Browse files
authored
fix image path
1 parent 14215d1 commit a57cf1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

How many tuples can be inserted in a page.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@ where (ctid::text::point)[0] = 0;
109109

110110
以 0️⃣ 填充:
111111

112-
![image-20241030122538478](https://gitee.com/xiongcccc/internals_image/raw/master/docsfiy/image-20241030122538478.png)
112+
<img width="807" alt="image" src="https://github.com/user-attachments/assets/1b747d05-2996-4a63-8bf1-d70749a61113">
113113

114-
>Here we only need 40 bytes per row excluding the variable sized data and 24-byte tuple header. 8 bytes being saved may not sound like much, but for tables as large as the events table it does begin to matter. For example, when storing 80 000 000 rows this translates to a space saving of at least 610 MB, all by just changing the order of a few columns.
114+
>Here we only need 40 bytes per row excluding the variable sized data and 24-byte tuple header. 8 bytes being saved may not sound like much, but for tables as large as the events table it does begin to matter. For example, when storing 80 000 000 rows this translates to a space saving of at least 610 MB, all by just changing the order of a few columns.

0 commit comments

Comments
 (0)