Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #10142, comment 37


Ignore:
Timestamp:
02/19/2011 05:41:35 AM (14 years ago)
Author:
mikeschinkel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10142, comment 37

    initial v1  
    44> To make a specific table for (for example) taxonomy relationships to objects would probably fall into the 95/5% use case bin, where for the 5% that need it, 75% of those will find a prefix a working solution. The others will feel the need for a new table. Those that need the new table in the specific implementations are free to do so if they desire the extra performance gains that it may give them.
    55
    6 Fair point.  But let's look at statistics form another perspective. 
     6Fair point.  But let's look at statistics from another perspective. 
    77
    88For almost any site that uses or needs taxonomy meta the likelihood of having more than 1000 `term_taxonomy records` in a given taxonomy is very low; wouldn't you agree?  As such, optimizing it doesn't really make much sense; we can easily simulate with `wp_options` and `'taxterm_' . $taxonomy_term->taxonomy_term_id` without any scalability issues.