<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Im thinking even if you had separate tables for content types, you'd still need a master table to track all your objects anyway, even if all it does is list content types. Either way, you've got JOINs, so it's probably harder to work outside the default Drupal model (though index's are one route for custom code, as discussed).<div><br></div><div>chris<br><div><br></div><div><br><div><div>On 12/02/2011, at 6:11 AM, Scott Reynolds wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta charset="utf-8"><h1><font class="Apple-style-span" face="Times" size="3" style="font-weight: normal;"><a href="http://drupal.org/project/pbs">http://drupal.org/project/pbs</a></font></h1><div><font class="Apple-style-span" face="Times" size="3" style="font-weight: normal;"><br>
</font></div><div><font class="Apple-style-span" face="Times" size="3" style="font-weight: normal;">I am assuming you mean something like that, where the fields are stored in the same table. There are advantages and disadvantages to all approaches, this module though, while it hasn't been improved in awhile is the right step towards what you want. It should work with Views as it implements the FieldAPI and Views works with the FieldAPI.</font></div>
<div><font class="Apple-style-span" face="Times" size="3" style="font-weight: normal;"><br></font></div><div><font class="Apple-style-span" face="Times" size="3">Of course, as people have pointed out, make sure you are&nbsp;positive&nbsp;that this will have any performance improvement on your site as it is probably going to break some other modules bad assumptions and it also might have a negative performance impact. O and it also might not work with the lastest FieldAPI. So there is a development cost to this, so its worth&nbsp;evaluating&nbsp;the development cost vs the performance gains. Oftentimes, it is better to throw money at a performance problem first, then code.</font></div>
</blockquote></div><br></div></div></body></html>