Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
ledgerdev
3y ago
0 comments
Save
Share
If you use longer named enums(eg. my_enum_xyz) in my_enum, does this store a full copy of the enum text bytes of 'my_enum_xyz' into table foo?
0 comments
1 comments · 1 top-level
top
newest
oldest
SPBS
3y ago
Yeah the full text of the enum is stored in the table ('my_enum_xyz' is 11 ASCII characters so it takes up 11 bytes, plus 1 byte needed to store the length of the string).
j
/
k
navigate · click thread line to collapse