[wp-trac] Re: [WordPress Trac] #5183: General Meta-Data Table
WordPress Trac
wp-trac at lists.automattic.com
Wed Jun 24 02:05:42 GMT 2009
#5183: General Meta-Data Table
-----------------------------------------+----------------------------------
Reporter: filosofo | Owner: anonymous
Type: enhancement | Status: reopened
Priority: normal | Milestone: Future Release
Component: General | Version: 2.9
Severity: normal | Resolution:
Keywords: needs-patch meta-table meta |
-----------------------------------------+----------------------------------
Changes (by mikeschinkel):
* version: 2.3 => 2.9
Comment:
Replying to [comment:21 Denis-de-Bernardy]:
Can you elaborate to what you mean by "when we address permalink history?"
Maybe provide a ticket link? Thanks.
As for adding several meta tables I'd ask that we consider possibly adding
one for comment_meta (which could be very large) but use an abstract
solution for items such as links and terms that are likely to have orders
of magnitude less records than posts or comments. This would also allow
anyone to add meta for any arbitrary object type without having to add
custom tables.
If we only add explicit meta tables i.e. wp_linkmeta, wp_termmeta, etc.
this issue will come up over and over when people want meta for some new
object type (including "meta meta") plus we'll be littering the database
with tables. Better to address it once now moving forward than having to
constantly readdress it.
As for user meta, I have yet to work on a project that needs advanced user
meta so currently I have no experience nor opinion on user meta.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/5183#comment:22>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list