[wp-trac] [WordPress Trac] #14558: Separate Database Table Support for Custom Post Types
WordPress Trac
noreply at wordpress.org
Sun Mar 12 22:05:28 UTC 2023
#14558: Separate Database Table Support for Custom Post Types
-------------------------------------------+--------------------------
Reporter: rahul286 | Owner: (none)
Type: feature request | Status: reopened
Priority: normal | Milestone:
Component: Posts, Post Types | Version: 6.0.3
Severity: normal | Resolution:
Keywords: 2nd-opinion changes-requested | Focuses: performance
-------------------------------------------+--------------------------
Comment (by danieliser):
I will add that my original hack solution is still viable for plug-in
authors.
My use case was address radius searches which were impossible from meta,
but this framework I created lets you use custom tables which support
querying in optimized ways, but that act like meta tables for posts.
Further they piggy backed on the *_post_meta functions to load and update
records (in many cases).
https://github.com/danieliser/WP-Post-Partner-Tables
--
Ticket URL: <https://core.trac.wordpress.org/ticket/14558#comment:36>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list