Skip Navigation

[Resolved] How much space and location occupies a costum type with no Body

This thread is resolved. Here is a description of the problem and solution.

Problem:
How much space and location occupies a costom type with no Body

Solution:
Even though you do not use post body with post type you create but as all posts stored with database table posts - with each row you will find the column post_content which is used to hold the post body content.

The size is totally depends on how much data/text you will store but I dont see much difference. Maybe you can ask this question to some database experts.

You can find proposed solution, in this case, with the following reply:
https://toolset.com/forums/topic/how-much-space-and-location-occupies-a-costum-type-with-no-body/#post-917908

Relevant Documentation:

This support ticket is created 6 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by BrunoJ506 6 years, 5 months ago.

Assisted by: Minesh.

Author
Posts
#917865

If i create a Post Type with no body does the MySQL table used for the posts will be used for this one as well?

If so the space occupied for a single entry will be the same as a full post, or there will be less significant usage of storage?

This is because i want to have a costum type with just a link, 3 paragraphs of text, a image and a relationship with another post type. But there can be a lot of usage of this, and with no body text.

What do you suggest?

#917908

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Well - even though you do not use post body with post type you create but as all posts stored with database table posts - with each row you will find the column post_content which is used to hold the post body content.

The size is totally depends on how much data/text you will store but I dont see much difference. Maybe you can ask this question to some database experts.

#918270

Thanks