Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2007 at 19:34 UTC
Updated:
1 May 2008 at 04:23 UTC
Sometimes it's hard to get Views' queries optimized. I'm proposing a SQL Hints idea, where an admin could specify certain things- like forcing indexes. I'm mainly throwing this idea out there to see if it has any support. I'll expand on the idea soon.
Comments
Comment #1
moshe weitzman commentedviews already has a 'prequery' hook where you can massage the SQL. Or you can intercept earlier and modify the query object. this might not be needed.
Comment #2
merlinofchaos commented