Skip to content

Compound indexes #263

Open
Open
@scribu

Description

@scribu

Instead of having an index on just the p2p_type column, we could potentially get better performance by having two compound indexes:

(p2p_type, p2p_from)
(p2p_type, p2p_to)

http://wordpress.org/support/topic/plugin-posts-2-posts-use-of-compound-indexes

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions