How is the table size determined
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2023 06:41 PM
Hi.
Is the table size only determined by the number of records?
Or are there other factors that determine the table size?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2023 07:45 PM
Table Size is calculated based on no of records [number of columns/fields, type of column/field], indexes on the table.
Thanks & Regards,
Vasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2023 12:18 AM
Are deleted records included?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2023 01:29 AM
No. Deleted records won't exist in the table.
For Example, Assume you have table x and it has 100 rows of data. Assume each row in the table of size 1 MB then the table x size is going to be 100 MB. if you delete one record from the table x then the total size will become 99 MB.
Thanks & Regards,
Vasanth

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 03:53 AM
Hello @Vasantharajan N , thanks for the insight, do we know how SN calculates the row size? if there is any scripting function for the same?