Closed (fixed)
Project:
Node Relationships
Version:
6.x-1.x-dev
Component:
Back references views
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Jul 2009 at 19:00 UTC
Updated:
2 Aug 2009 at 13:50 UTC
hmm... we need to find a way to dynamically generate indexes to optimize back references views.
We should do this using cron, or batch API, so we don't lock the user interface at any time just for this. Indexes don't need to be created interactively.
Comments
Comment #1
markus_petrux commentedAhah! I've found an issue in the CCK queue that would be perfect here.
- #231453: Allow indexing columns
If that was implemented, that would be really great. Isn't it?
Comment #2
markus_petrux commentedLet me re-open so it is more visible.
Anyone interested in this feature, please chime in. Please, test the patch in the CCK queue and provide feedback so we know it works, and then it can be committed. Thank you.
- #231453: Allow indexing columns
Comment #3
markus_petrux commentedBetter title, more accurate...
Comment #4
markus_petrux commentedThis feature is now included in CCK itself (see previously mentioned CCK issue). It should be available in the next development snapshot.