• Resolved ghap

    (@ghap)


    I feel bad for post numbers are growing too big because of many image files.

    Can I set up inherit or revision dummy posts move to another database table automatically?

    I know that there’s no problem, but want more simple post numbers.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    If I recall correctly, the post_id is an unsigned bigint. Per the mysql docs,

    A large integer. The signed range is -9223372036854775808 to 9223372036854775807. The unsigned range is 0 to 18,446,744,073,709,551,615.

    You’re not going to run out of numbers.

    Thread Starter ghap

    (@ghap)

    @sterndata

    I know, but it looks so bad.

    Is there any way to make database table which for only real post data?

    For example, wp_post_revisions or inherit…

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Post_ids are not displayed on the site if you’re using permalinks.

    To answer your question about creating a separate table… no.

    Thread Starter ghap

    (@ghap)

    @sterndata

    hmmmmmm. Ok…thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Is it possible to move ‘inherit’ posts to another db table?’ is closed to new replies.